Skip to content

Commit

Permalink
Delay test
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed May 9, 2024
1 parent ea952a2 commit d9cacbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/puppeteer/tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ describe('Angular App Tests', () => {
await clear();
await seletAction('get_era_info');
await test.page.waitForSelector('[e2e-id="blockIdentifierHashElt"]');
await test.page.waitForSelector('[e2e-id="blockIdentifierHeightElt"]');
await delay(300);
});

afterEach(async () => {
Expand Down

0 comments on commit d9cacbd

Please sign in to comment.