Skip to content

Commit

Permalink
fix: [TECH-1676] cypress test deleting wrong working list template (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
superskip authored Dec 20, 2023
1 parent 1fe2506 commit b5e038b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ When('you create a copy of the working list',
});

cy.wait('@newTrackerFilter', { timeout: 30000 });
cy.url({ timeout: 30000 }).should('not.include', 'selectedTemplateId=PpGINOT00UX');

cy.reload();
});
Expand Down

0 comments on commit b5e038b

Please sign in to comment.