Skip to content

Commit a7b14a1

Browse files
committed
Remove "@skip_screen_checks" to run the testcase
1 parent e365144 commit a7b14a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bitmessagekivy/tests/test_create_random_address.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from string import ascii_lowercase
44
from telenium.client import TeleniumHttpException
55
from .telenium_process import TeleniumTestProcess
6-
from .common import skip_screen_checks
76
from .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"""

0 commit comments

Comments
 (0)