File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ class VisualLayoutTest(BaseCase):
95
95
def test_python_home_layout_change_failure (self ):
96
96
self .open(' https://python.org/' )
97
97
print (' \n Creating baseline in "visual_baseline" folder.' )
98
- self .check_window(name = " github_home " , baseline = True )
98
+ self .check_window(name = " python_home " , baseline = True )
99
99
# Remove the "Donate" button
100
100
self .remove_element(' a.donate-button' )
101
- self .check_window(name = " github_home " , level = 3 )
101
+ self .check_window(name = " python_home " , level = 3 )
102
102
```
103
103
Here's the output of that:
104
104
```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class VisualLayoutTest(BaseCase):
6
6
def test_python_home_layout_change (self ):
7
7
self .open ('https://python.org/' )
8
8
print ('\n Creating baseline in "visual_baseline" folder.' )
9
- self .check_window (name = "github_home " , baseline = True )
9
+ self .check_window (name = "python_home " , baseline = True )
10
10
# Remove the "Donate" button
11
11
self .remove_element ('a.donate-button' )
12
- self .check_window (name = "github_home " , level = 0 )
12
+ self .check_window (name = "python_home " , level = 0 )
You can’t perform that action at this time.
0 commit comments