2425-ticket_descriptor_menu #447

Merged
carlosjr merged 11 commits from 2425-ticket_descriptor_menu into dev 2020-11-11 13:45:02 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b8784688b8 - Show all commits

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