Skip to content

Commit

Permalink
flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 9, 2024
1 parent 7e07233 commit 763cf07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/puppeteer/tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,15 @@ describe('Angular App Tests', () => {
});

it('should get_block', async () => {
await clearInput('[e2e-id="blockIdentifierHeightElt"]');
await clearInput('[e2e-id="blockIdentifierHashElt"]');
await submit();
await getResult();
});

it('should get_block with block height', async () => {
await clearInput('[e2e-id="blockIdentifierHeightElt"]');
await clearInput('[e2e-id="blockIdentifierHashElt"]');
await test.page.type('[e2e-id="blockIdentifierHeightElt"]', test.block_height);
await submit();
await getResult();
Expand Down

0 comments on commit 763cf07

Please sign in to comment.