Skip to content

Commit

Permalink
Update failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Nov 21, 2023
1 parent 3120561 commit e365abf
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 @@ -442,6 +442,8 @@ describe('Angular App Tests', () => {
await test.page.reload();
await getResult();
await seletAction('get_state_root_hash');
await test.page.waitForSelector('[e2e-id="blockIdentifierHeightElt"]');
await test.page.waitForSelector('[e2e-id="blockIdentifierHashElt"]');
});
afterEach(async () => {
await clear();
Expand Down

0 comments on commit e365abf

Please sign in to comment.