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
{{ message }}
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
set_ownership method of service implemented in SSUI asserts that a message about changed ownership is displayed in the notification drawer. However, sometimes the notification drawer does not get closed. That's a problem because if you call update after that, Configuration button in hidden behind the notification drawer.
I also noticed that subsequent calls of set_ownership method close the notification drawer properly, provided that you have not changed your current view.
set_ownership method of service implemented in SSUI asserts that a message about changed ownership is displayed in the notification drawer. However, sometimes the notification drawer does not get closed. That's a problem because if you call update after that, Configuration button in hidden behind the notification drawer.
I also noticed that subsequent calls of
set_ownership
method close the notification drawer properly, provided that you have not changed your current view.Example of test case where it causes problems: test_myservice_crud
The text was updated successfully, but these errors were encountered: