Commit 6ba6cfd0 authored by Sanad Liaquat's avatar Sanad Liaquat

Fix indenting pointed by Rubocop

parent 06ad460d
...@@ -41,7 +41,7 @@ module QA ...@@ -41,7 +41,7 @@ module QA
# we are already logged-in so we check both cases here. # we are already logged-in so we check both cases here.
wait(max: 500) do wait(max: 500) do
has_css?('.login-page') || has_css?('.login-page') ||
Page::Main::Menu.act { has_personal_area?(wait: 0) } Page::Main::Menu.act { has_personal_area?(wait: 0) }
end end
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