Skip to content

Commit

Permalink
Added Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahati308 committed Feb 3, 2025
1 parent 8cc4d90 commit 2ae2077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/pages/ModifyOrderPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ModifyOrderPage {
}

checkRequesterSms(){
cy.get("#providerSMS_0_1", {timeout:10000}).should("be.visible").check({fore:true});
cy.get("#providerSMS_0_1", {timeout:10000}).check({fore:true});
}
assignValues() {
cy.get(
Expand Down

0 comments on commit 2ae2077

Please sign in to comment.