Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen committed Mar 11, 2024
1 parent d53cdb4 commit 771ec49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joomla-cypress",
"version": "1.0.2",
"version": "1.0.3",
"description": "Helpers for using Cypress with Joomla for testing",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/joomla.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const joomlaCommands = () => {
const cancelTour = () => {
cy.log('**Cancel Tour**')

cy.get('.shepherd-cancel-icon', { timeout: 40000 }).should('be.visible').click()
cy.get('.shepherd-cancel-icon', { timeout: 40000 }).should('exist').click()

cy.log('--Cancel Tour--')
}
Expand Down

0 comments on commit 771ec49

Please sign in to comment.