Commit 1bc9e60a authored by Mark Lapierre's avatar Mark Lapierre

Set initial password if prompted

Fabricating a user might be the first action in the first test. If so,
set the initial password
parent 7c1cfd0b
...@@ -108,6 +108,7 @@ module QA ...@@ -108,6 +108,7 @@ module QA
end end
def switch_to_register_tab def switch_to_register_tab
set_initial_password_if_present
click_element :register_tab click_element :register_tab
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment