Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Kuang committed May 25, 2023
1 parent bc9e660 commit ae04a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function applyChanges() {

function saveChanges() {
interceptUpdate();
cy.getBySel('header-save-button').click();
cy.getBySel('header-save-button').click({ force: true });
cy.wait('@update');
}

Expand Down

0 comments on commit ae04a1b

Please sign in to comment.