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

Small review changes

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