File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 33from string import ascii_lowercase
44from telenium .client import TeleniumHttpException
55from .telenium_process import TeleniumTestProcess
6- from .common import skip_screen_checks
76from .common import ordered
87
98
@@ -14,7 +13,6 @@ class CreateRandomAddress(TeleniumTestProcess):
1413 def populate_test_data ():
1514 pass
1615
17- @skip_screen_checks
1816 @ordered
1917 # This method tests the landing screen when the app runs first time and
2018 # the landing screen should be "login" where we can create new address
@@ -35,7 +33,6 @@ def test_landing_screen(self):
3533 self .assertExists ("//ScreenManager[@current=\" random\" ]" , timeout = 5 )
3634 self .assertExists ("//ScreenManager[@current=\" random\" ]" , timeout = 5 )
3735
38- @skip_screen_checks
3936 @ordered
4037 def test_generate_random_address_label (self ):
4138 """Creating New Adress For New User."""
@@ -60,7 +57,6 @@ def test_generate_random_address_label(self):
6057 # Checking the new address is created
6158 self .assertExists ('//MDList[0]/CustomTwoLineAvatarIconListItem' , timeout = 10 )
6259
63- @skip_screen_checks
6460 @ordered
6561 def test_set_default_address (self ):
6662 """Select First Address From Drawer-Box"""
You can’t perform that action at this time.
0 commit comments