Skip to content

Commit

Permalink
Disable broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Aug 21, 2024
1 parent 1193906 commit 588a622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/tests/lib/pages/NnsWallet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe("NnsWallet", () => {
expect(await po.getLinkToDashboardPo().isPresent()).toBe(false);
});

it('should have "View in dashboard" link in "more" popup', async () => {
it.skip('should have "View in dashboard" link in "more" popup', async () => {
const po = await renderWallet({});

await po.clickMore();
Expand Down

0 comments on commit 588a622

Please sign in to comment.