Skip to content

Commit

Permalink
Remove plural s
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 8, 2024
1 parent 42fec32 commit cb44b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/cypress/e2e/profile_spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ describe("Account settings", () => {
cy.getBySelector("file-permission-accept").click();
cy.getBySelector("upload-user-submission").click();

cy.intercept("POST", "/submissions*").as("saveSubmissionsRequest");
cy.intercept("POST", "/submissions*").as("saveSubmissionRequest");
cy.getBySelector("save-submission").click();
cy.wait("@saveSubmissionsRequest");
cy.wait("@saveSubmissionRequest");
});

cy.then(() => {
Expand Down

0 comments on commit cb44b6b

Please sign in to comment.