mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
tests: functional: Assert app is not installed after uninstallation
Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
b2459312a9
commit
84eedfca03
@ -701,4 +701,5 @@ class BaseAppTests:
|
||||
def test_uninstall(self, session_browser):
|
||||
"""Test that app can be uninstalled and installed back again."""
|
||||
uninstall(session_browser, self.app_name)
|
||||
assert not is_installed(session_browser, self.app_name)
|
||||
install(session_browser, self.app_name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user