diff --git a/e2e/paths/05-ticket/12_descriptor.spec.js b/e2e/paths/05-ticket/12_descriptor.spec.js index 5bb7e612d..f906a99c2 100644 --- a/e2e/paths/05-ticket/12_descriptor.spec.js +++ b/e2e/paths/05-ticket/12_descriptor.spec.js @@ -106,6 +106,7 @@ describe('Ticket descriptor path', () => { }); it(`should check the state of the stowaway ticket is embarked`, async() => { + await page.waitForState('ticket.card.summary'); const state = await page.waitToGetProperty(selectors.ticketDescriptor.stateLabelValue, 'innerText'); expect(state).toEqual('State Embarcando');