Skip to content

Commit

Permalink
dummy change to generate Percy references
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekradzyminski committed Oct 3, 2022
1 parent f6eb59a commit 09ee49a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
1 change: 0 additions & 1 deletion cypress/tests/ui/notifications.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ describe("Notifications", function () {

cy.switchUserByXstate(ctx.userA.username);
cy.visualSnapshot(`Switch to User ${ctx.userA.username}`);

cy.getBySelLike("notifications-link").click();

cy.wait("@getNotifications");
Expand Down
15 changes: 8 additions & 7 deletions cypress/tests/ui/user-settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ describe("User Settings", function () {
cy.getBySel("sidenav-user-settings").click();
});

it("renders the user settings form", function () {
cy.wait("@getNotifications");
cy.getBySel("user-settings-form").should("be.visible");
cy.location("pathname").should("include", "/user/settings");

cy.visualSnapshot("User Settings Form");
});
if (!isMobile()) {
it("renders the user settings form", function () {
cy.wait("@getNotifications");
cy.getBySel("user-settings-form").should("be.visible");
cy.location("pathname").should("include", "/user/settings");
cy.visualSnapshot("User Settings Form");
});
}

it("should display user setting form errors", function () {
["first", "last"].forEach((field) => {
Expand Down

0 comments on commit 09ee49a

Please sign in to comment.