Skip to content

Commit

Permalink
Update a test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Oct 1, 2024
1 parent 96677cd commit a5a935e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/tests/lib/pages/Tokens.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ describe("Tokens page", () => {

setImportedTokens(MAX_IMPORTED_TOKENS - 1);
const po = renderPage([]);
await runResolvedPromises();

expect(await po.getImportTokenButtonPo().isPresent()).toBe(true);
expect(await po.getImportTokenButtonPo().isDisabled()).toBe(false);
Expand Down

0 comments on commit a5a935e

Please sign in to comment.