Commit 9870c055 authored by Felipe Artur's avatar Felipe Artur

Small review changes

parent 73e50395
...@@ -24,7 +24,7 @@ module QA ...@@ -24,7 +24,7 @@ module QA
end end
def fast_forward_possible? def fast_forward_possible?
!page.has_text?("Fast-forward merge is not possible") !has_text?("Fast-forward merge is not possible")
end end
def has_merge_button? def has_merge_button?
......
...@@ -5,7 +5,7 @@ module QA ...@@ -5,7 +5,7 @@ module QA
Page::Main::Login.act { sign_in_using_credentials } Page::Main::Login.act { sign_in_using_credentials }
project = Factory::Resource::Project.fabricate! do |project| project = Factory::Resource::Project.fabricate! do |project|
project.name = "no-fast-forward" project.name = "only-fast-forward"
end end
Page::Menu::Side.act { go_to_settings } Page::Menu::Side.act { go_to_settings }
......
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