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 dbd2ad1 commit 6fa6203Copy full SHA for 6fa6203
examples/visual_testing/layout_test.py
@@ -20,6 +20,7 @@ def test_applitools_helloworld(self):
20
self.check_window(name="helloworld", level=2)
21
with self.assertRaises(Exception):
22
self.check_window(name="helloworld", level=3)
23
- # Now that we know the exception was raised as expected,
+ # Now that we know the Exception was raised as expected,
24
# let's print out the comparison results by running in Level-0.
25
+ # (NOTE: Running with level-0 will print but NOT raise an Exception.)
26
self.check_window(name="helloworld", level=0)
0 commit comments