Skip to content

Commit 6fa6203

Browse files
committed
Update comments in the layout test
1 parent dbd2ad1 commit 6fa6203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/visual_testing/layout_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def test_applitools_helloworld(self):
2020
self.check_window(name="helloworld", level=2)
2121
with self.assertRaises(Exception):
2222
self.check_window(name="helloworld", level=3)
23-
# Now that we know the exception was raised as expected,
23+
# Now that we know the Exception was raised as expected,
2424
# 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.)
2526
self.check_window(name="helloworld", level=0)

0 commit comments

Comments
 (0)