- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2018 07:05 AM
I am working in London, creating a KB article, saving, publishing, then trying to retire. After clicking "Retire", a popup appears to make sure the user had already used "Check Links". I have not yet found the way to send a click to that popup window, so the test continues on to attempt to "Unretire". This fails because the KB article is still Published, the popup prevents the retire from completing.
Any suggestions on where to find the answer?
Thanks
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 02:39 PM
Jonathan,
I just searched the ID of the OK button and its ok_button (all small caps). Sorry for the wrong button name, I got it from the documentation directly but looks like the documentation page has a mistake.
Give it a shot.
Reference: Form test step: Click Modal Button
Thank you,
Aman Gurram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 05:04 AM
say one scenario incident form user has submitted request , user click on delete button , in window popup say like cancel , delete , ok_button is working for me , i need to click cancel using modal button , if add next test step is record validation checking submitted record is vaiable or not.
How to click cancel Ui , can you pls help me
Ui page --delete_confirm_form
Button - ?
am getting error is FAILURE: Did not expect to find record 'sys_id' in table 'incident'
If i given : cancel_button
