From e365abf3d297b9583178b2b529e30dae06b3f8ca Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 21 Nov 2023 18:01:24 +0100 Subject: [PATCH] Update failing test --- tests/e2e/puppeteer/tests.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/puppeteer/tests.spec.ts b/tests/e2e/puppeteer/tests.spec.ts index c774197b8..829304129 100644 --- a/tests/e2e/puppeteer/tests.spec.ts +++ b/tests/e2e/puppeteer/tests.spec.ts @@ -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();