Skip to content

Commit

Permalink
Fix Data Transfer UI tests after latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri authored and stsnel committed Dec 5, 2024
1 parent 86d4c11 commit db3e2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/step_defs/ui/test_ui_data_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def ui_data_transfer_icommands_configuration_file_downloaded(browser, tmpdir, fo

@when('user clicks on Gocommands tab')
def ui_data_transfer_gocommands_tab(browser):
browser.find_by_text('Gocommands').click()
browser.find_by_text('GoCommands').click()


@when("user clicks on the Gocommands docs page")
Expand Down

0 comments on commit db3e2f8

Please sign in to comment.