Skip to content

Commit 3234012

Browse files
Reflected the change in locales to the e2e tests.
1 parent 51efbe4 commit 3234012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/common/profile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Then("I should be able to change my profile picture", () => {
1818
cy.get(".profile-avatar img")
1919
.should("have.attr", "src")
2020
.and("contains", "onourjourney");
21-
cy.contains(".iziToast-message", "Upload successful").should(
21+
cy.contains(".iziToast-message", "Avatar upload successful!").should(
2222
"have.length",
2323
1
2424
);
@@ -36,7 +36,7 @@ Then("I should be able to change my profile header picture", () => {
3636
cy.get(".profile-header-image")
3737
.should("have.attr", "src")
3838
.and("contains", "onourjourney");
39-
cy.contains(".iziToast-message", "Upload successful").should(
39+
cy.contains(".iziToast-message", "Avatar upload successful!").should(
4040
"have.length",
4141
1
4242
);

0 commit comments

Comments
 (0)