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
Describe the bug
If "Handle Future Dialogs" keyword is called more than once then then test fails and "Stream removed" error appears in the logs.
To Reproduce
Steps to reproduce the behavior:
Open New Context
Go to some page
Use any reusable methotd that contains 'Handle Future Dialogs action=accept" inside
Go to some other page within the same context
Use any other reusable method that contains 'Handle Future Dialogs action=accept" inside
Code example:
The Test Causing The Error
[Documentation] This is just to report the problem
${case_id} Create Case
Open Case With Case Id case_id=${case_id}
Close This Case <-- this is reusable method that contains 'Hande Future Dialogs' inside
Go To Some Other Page
Delete Some Existing Report report_title=Report example <-- this is reusable method that contains 'Hande Future Dialogs' inside
Expected behavior
Test should pass and close the browser at the end.
Screenshots
Desktop (please complete the following information):
OS: [Windows 10 Pro]
Browser [Chrome]
Version [120.0.6099.200]
Additional context
The idea that comes to my mind is to create additional keyword that will handle just one single alert.
The text was updated successfully, but these errors were encountered:
Describe the bug
If "Handle Future Dialogs" keyword is called more than once then then test fails and "Stream removed" error appears in the logs.
To Reproduce
Steps to reproduce the behavior:
Code example:
The Test Causing The Error
[Documentation] This is just to report the problem
${case_id} Create Case
Open Case With Case Id case_id=${case_id}
Close This Case <-- this is reusable method that contains 'Hande Future Dialogs' inside
Go To Some Other Page
Delete Some Existing Report report_title=Report example <-- this is reusable method that contains 'Hande Future Dialogs' inside
Expected behavior
Test should pass and close the browser at the end.
Screenshots
Desktop (please complete the following information):
Additional context
The idea that comes to my mind is to create additional keyword that will handle just one single alert.
The text was updated successfully, but these errors were encountered: