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
Page-messages display the success or the failure of many actions. Because they cover other elements for some time, they must be handled correctly in the test-methods.
Actual Approach:
to avoid ElementClickIntercepted-failures, the messages are hidden, when they cover other elements that will be clicked
sometimes it is not obvious why the hideMessages() method is called (e.g. at the end of a test, when the message would cover elements to be clicked in the following test)
the hideMessages() method is called very often inside test-methods, which unnecessary enlarges the test-methods
TODO:
use a more generic approach
The text was updated successfully, but these errors were encountered:
Page-messages display the success or the failure of many actions. Because they cover other elements for some time, they must be handled correctly in the test-methods.
Actual Approach:
Problems:
TODO:
The text was updated successfully, but these errors were encountered: