Skip to content

Commit

Permalink
add missing # to id
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Nov 29, 2024
1 parent 360c540 commit e24c032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/users_spec/UsersManage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("Manage User", () => {
manageUserPage.clickCloseSlideOver();
cy.wait(5000);
manageUserPage.navigateToProfile();
cy.verifyContentPresence("username-profile-details", [
cy.verifyContentPresence("#username-profile-details", [
usernameforworkinghour,
]);
manageUserPage.assertSkillInAlreadyLinkedSkills(linkedskill);
Expand Down

0 comments on commit e24c032

Please sign in to comment.