From 1bc9e60ac6a9af909537514598c4395bb6be6cca Mon Sep 17 00:00:00 2001 From: Mark Lapierre Date: Thu, 27 Sep 2018 09:13:02 -0400 Subject: Set initial password if prompted Fabricating a user might be the first action in the first test. If so, set the initial password --- qa/qa/page/main/login.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/qa/page/main/login.rb b/qa/qa/page/main/login.rb index 89542b49d0e..9b3183ba328 100644 --- a/qa/qa/page/main/login.rb +++ b/qa/qa/page/main/login.rb @@ -108,6 +108,7 @@ module QA end def switch_to_register_tab + set_initial_password_if_present click_element :register_tab end -- cgit v1.2.1