Skip to content

Commit

Permalink
feat: Update user dashboard profile and user settings navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshwar777 committed Aug 24, 2024
1 parent aa42bce commit 8b66614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/components/profile/user-dashboard.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("User Dashboard Test | CodeLabz", () => {
it("Check Profile", function () {
cy.visit(`${this.base_url}user-dashboard/profile`);
cy.get(
'[data-testid="profile"] > .makeStyles-navLink-81 > .MuiButtonBase-root'
'[data-testid="profile"]'
)
.should("exist")
.click();
Expand Down Expand Up @@ -68,7 +68,7 @@ describe("User Dashboard Test | CodeLabz", () => {
cy.visit(`${this.base_url}user-dashboard/profile`);

cy.get(
'[data-testid="userSettings"] > .makeStyles-navLink-81 > .MuiButtonBase-root'
'[data-testid="userSettings"]'
)
.should("exist")
.click();
Expand Down

0 comments on commit 8b66614

Please sign in to comment.