We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f10ac2 commit a6cfebfCopy full SHA for a6cfebf
tests/noplugin/alerts/test_alerts.py
@@ -39,8 +39,6 @@ def test_library_example(self, tester_logout):
39
flash_btn = self.find('#cb_cf_flash_btn')
40
if flash_btn.is_enabled():
41
assert False
42
- else:
43
- pass
44
45
def test_embeded_view(self, tester_logout):
46
self.open('/embed/microview_test')
@@ -50,8 +48,6 @@ def test_embeded_view(self, tester_logout):
50
48
microview_test = self.find('#microview_test')
51
49
if microview_test.is_enabled():
52
53
54
55
56
def test_walkthrough_page_2(self, tester_logout):
57
self.open('/static/walkthrough/page/2')
0 commit comments