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
The CloseNotification (test/ui/commands/closeNotification.js) test consists in simulating closing notifications or waiting for them to close.
This test used to work perfectly until the introduction of new notifications (variables/GI duplicates alert) that requires being closed manually without any timeout.
Therefore, this test needs to be adapted to simulate closing these properly and not wait for them to close themselves because it will never happen !!!
The
CloseNotification
(test/ui/commands/closeNotification.js
) test consists in simulating closing notifications or waiting for them to close.This test used to work perfectly until the introduction of new notifications (variables/GI duplicates alert) that requires being closed manually without any timeout.
Therefore, this test needs to be adapted to simulate closing these properly and not wait for them to close themselves because it will never happen !!!
@paraita @aminelouati
The text was updated successfully, but these errors were encountered: