Skip to content

Commit

Permalink
UI tests: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Oct 23, 2024
1 parent 076ca8f commit 995b5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/step_defs/ui/test_ui_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ def ui_admin_click_delete_button(browser):

@then(parsers.parse('the success message for deleting the file format list {filename} is shown'))
def ui_admin_delete_file_format_success(browser, filename):
assert browser.is_text_present(f"File format list '{filename}' deleted successfully.")
assert browser.is_text_present("File format list '{}' uploaded successfully.".format(filename))

0 comments on commit 995b5aa

Please sign in to comment.