assert check for active sub-tab in network screen
This commit is contained in:
parent
e8c2d4116d
commit
0b5648e407
|
@ -31,4 +31,4 @@ class NetworkStatusScreen(TeleniumTestProcess):
|
||||||
# Clicking on Processes Tab
|
# Clicking on Processes Tab
|
||||||
self.cli.wait_click('//NetworkStat/MDTabs[0]//MDTabsLabel[@text=\"Processes\"]', timeout=3)
|
self.cli.wait_click('//NetworkStat/MDTabs[0]//MDTabsLabel[@text=\"Processes\"]', timeout=3)
|
||||||
# this is for checking current screen
|
# this is for checking current screen
|
||||||
self.assertExists("//ScreenManager[@current=\"networkstat\"]", timeout=3)
|
self.assertTrue('//NetworkStat/MDTabs[@disabled]', 'False')
|
||||||
|
|
Reference in New Issue
Block a user