Skip to content

Commit

Permalink
fixed the id
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Dec 11, 2024
1 parent 40ea811 commit 1160d6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cypress/pageobject/Users/ManageUserPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,9 @@ export class ManageUserPage {
}

verifyProfileWorkingHours(expectedHours: string) {
cy.get("#view-average_weekly_working_hours").should(
"contain.text",
cy.verifyContentPresence("#averageworkinghour-profile-details", [
expectedHours,
);
] as string[]);
}

navigateToManageUser() {
Expand Down

0 comments on commit 1160d6e

Please sign in to comment.