We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51efbe4 commit 3234012Copy full SHA for 3234012
cypress/integration/common/profile.js
@@ -18,7 +18,7 @@ Then("I should be able to change my profile picture", () => {
18
cy.get(".profile-avatar img")
19
.should("have.attr", "src")
20
.and("contains", "onourjourney");
21
- cy.contains(".iziToast-message", "Upload successful").should(
+ cy.contains(".iziToast-message", "Avatar upload successful!").should(
22
"have.length",
23
1
24
);
@@ -36,7 +36,7 @@ Then("I should be able to change my profile header picture", () => {
36
cy.get(".profile-header-image")
37
38
39
40
41
42
0 commit comments