Skip to content

Commit

Permalink
cypress update
Browse files Browse the repository at this point in the history
  • Loading branch information
madhu-355 committed Sep 17, 2024
1 parent 2101033 commit 145abcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions e2e-tests/cypress/e2e/utils/helper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import appPanelPageObjects from '../../support/pageObjectModel/appPanelPageObjects';
import appPanelPageObjects from "../../support/pageObjectModel/appPanelPageObjects";

export function error_message() {
//expect($error).to.be.visible;
appPanelPageObjects.getErrorMessage().should('contain', 'Required');
//expect($error).to.be.visible;
appPanelPageObjects.getErrorMessage().should("contain", "Required");
}
2 changes: 1 addition & 1 deletion e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"devDependencies": {
"cucumber-html-reporter": "^6.0.0",
"cypress": "^13.13.3",
"cypress": "^13.14.2",
"cypress-cucumber-preprocessor": "^4.3.1",
"cypress-file-upload": "^5.0.8",
"multiple-cucumber-html-reporter": "^3.7.0"
Expand Down

0 comments on commit 145abcd

Please sign in to comment.