diff options
author | intrigeri <intrigeri@boum.org> | 2019-03-06 07:14:58 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2019-03-06 07:14:58 +0000 |
commit | 2f61ecf41be0d2b78401ef0e3aca8379f12c9f5e (patch) | |
tree | c6858c1f126afa788eff078ac65ca60051b049d7 | |
parent | cd787cbf69bac37b54c0d3ed7e63d7bba225c891 (diff) |
Test suite: fix expected window title (refs: #14596)
-rw-r--r-- | features/step_definitions/additional_software_packages.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/additional_software_packages.rb b/features/step_definitions/additional_software_packages.rb index 346d395..9753e20 100644 --- a/features/step_definitions/additional_software_packages.rb +++ b/features/step_definitions/additional_software_packages.rb @@ -118,7 +118,7 @@ Then /^I can open the Additional Software documentation from the notification$/ gnome_shell = Dogtail::Application.new('gnome-shell') gnome_shell.child('Documentation', roleName: 'push button').click try_for(60) { @torbrowser = Dogtail::Application.new('Firefox') } - step '"Install from another Tails" has loaded in the Tor Browser' + step '"Tails - Install from another Tails" has loaded in the Tor Browser' end Then /^the Additional Software dpkg hook has been run for package "([^"]*)" and notices the persistence is locked$/ do |package| |