Skip to content

Commit

Permalink
Changed name of 2 files
Browse files Browse the repository at this point in the history
2 of the 4 reported .PNG files changed now.
The 2 other files were already changed.
  • Loading branch information
mhewel committed Jul 29, 2024
1 parent 5bdac28 commit fa5ff84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion members/tests/test_functional/test_account_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def setUp(self):
def tearDown(self):
if not os.path.exists("test-screens"):
os.mkdir("test-screens")
self.browser.save_screenshot("test-screens/activities_list_final.png")
self.browser.save_screenshot("test-screens/account_login_final.png")
self.browser.quit()

def test_account_login(self):
Expand Down
2 changes: 1 addition & 1 deletion members/tests/test_functional/test_entry_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setUp(self):
def tearDown(self):
if not os.path.exists("test-screens"):
os.mkdir("test-screens")
self.browser.save_screenshot("test-screens/activities_list_final.png")
self.browser.save_screenshot("test-screens/entry_page_final.png")
self.browser.quit()

def test_entry_page_as_person(self):
Expand Down

0 comments on commit fa5ff84

Please sign in to comment.