Skip to content

Commit 8257d32

Browse files
committed
Update an example test
1 parent e8b8338 commit 8257d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/visual_testing/test_layout_fail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class VisualLayout_FixtureTests():
7-
def test_python_home_change(sb):
7+
def test_python_home_change(self, sb):
88
sb.open("https://python.org/")
99
print('\nCreating baseline in "visual_baseline" folder.')
1010
sb.check_window(name="python_home", baseline=True)

0 commit comments

Comments
 (0)