e2e fix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-11-10 11:41:10 +01:00
parent a93d9f91cc
commit b8784688b8
1 changed files with 1 additions and 0 deletions

View File

@ -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');