Skip to content

Commit

Permalink
test fail ?
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Apr 24, 2024
1 parent 1e04945 commit 9308f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/puppeteer/tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,22 +307,22 @@ describe('Angular App Tests', () => {
it('should get_block_transfers', async () => {
await submit();
await getResult();
});
}, 10000);

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

it('should get_block_transfers with block hash', async () => {
await clearInput('[e2e-id="blockIdentifierHeightElt"]');
await clearInput('[e2e-id="blockIdentifierHashElt"]');
await test.page.type('[e2e-id="blockIdentifierHashElt"]', test.block_hash);
await submit();
await getResult();
});
}, 10000);
});

describe('Rpc call get_chainspec', () => {
Expand Down

0 comments on commit 9308f8a

Please sign in to comment.