Skip to content

Commit

Permalink
Merge staging, remove wait
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcnulty committed Jan 11, 2024
1 parent 94124c5 commit d8b24dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ describe('Checklists App Form', () => {
cy.get('[data-cy="edit-risk-title"] input').type('{selectall}{backspace}Modified Risk Title');
cy.get('[data-cy="edit-risk-title"] input').blur();

cy.wait(10000000);
cy.wait(['@upsertChecklist']).then((xhr) => {
expect(xhr.request.body.variables.checklist.risks[0]).to.deep.nested.include({
title: 'Modified Risk Title',
Expand Down

0 comments on commit d8b24dc

Please sign in to comment.