You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to check addPostPage.assert.not.visible function if try to check not visible or un visible element it showing ,element could not be located
<< We are try to element is not visible then how user will check element not visible
Steps to reproduce
browser.assert.not.visible()
<< if using this from nightwatch it showing element could not be located ,
Sample test
Then('the post creation form should close',asyncfunction(){constaddPostPage=awaitbrowser.page.addPostPage();awaitbrowser.pause(2200)try{returnawaitaddPostPage.assert.not.visible('@postForm');}catch(error){console.log();}});
Command to run
nightwatch
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
3.9.0
Node Version
20
Browser
chrome:131.0.6778.140
Operating System
Windows 11 ,10
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug/issue
I try to check addPostPage.assert.not.visible function if try to check not visible or un visible element it showing ,element could not be located
<< We are try to element is not visible then how user will check element not visible
Steps to reproduce
browser.assert.not.visible()
<< if using this from nightwatch it showing element could not be located ,
Sample test
Command to run
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
3.9.0
Node Version
20
Browser
chrome:131.0.6778.140
Operating System
Windows 11 ,10
Additional Information
No response
The text was updated successfully, but these errors were encountered: