fix(e2e test expected withoutNegatives checkbox to not be checked already)
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
e32ddd9f44
commit
66e6a47692
|
@ -104,7 +104,6 @@ describe('Ticket Edit basic data path', () => {
|
|||
|
||||
await page.waitToClick(selectors.ticketBasicData.nextStepButton);
|
||||
|
||||
await page.waitToClick(selectors.ticketBasicData.withoutNegatives);
|
||||
await page.waitToClick(selectors.ticketBasicData.finalizeButton);
|
||||
|
||||
await page.waitForState('ticket.card.summary');
|
||||
|
|
Loading…
Reference in New Issue