diff options
author | Philip Hands <phil@hands.com> | 2016-11-26 14:42:19 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-11-26 23:52:18 +0100 |
commit | b3f6a2129748a518ea5262cc14b94f553555f2a1 (patch) | |
tree | 9a1f213cb948327701de86cfa780c0c0ff5256dc /cucumber/features | |
parent | 2044fc3a1948d02ceb9496090288797c82bdb340 (diff) | |
download | jenkins.debian.net-b3f6a2129748a518ea5262cc14b94f553555f2a1.tar.xz |
lvc: it seems there is too little change for this Vanish to work, so forget it
Diffstat (limited to 'cucumber/features')
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index ce4a38f5..a31d3fd6 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -351,7 +351,6 @@ Given /^I set the password for "([^"]*)" to be "([^"]*)"$/ do |fullname,password @screen.type(Sikuli::Key.TAB) if on_screen == diui_png("ShowUserPassword") else @screen.type(Sikuli::Key.ENTER) - @screen.waitVanish(on_screen, 10 * PATIENCE) end @screen.type(password + Sikuli::Key.ENTER) end |