Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/file/shared/commit_button.rb')
-rw-r--r--qa/qa/page/file/shared/commit_button.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/file/shared/commit_button.rb b/qa/qa/page/file/shared/commit_button.rb
index c1c5907f27d..edab31b098b 100644
--- a/qa/qa/page/file/shared/commit_button.rb
+++ b/qa/qa/page/file/shared/commit_button.rb
@@ -11,12 +11,12 @@ module QA
super
base.view 'app/views/projects/_commit_button.html.haml' do
- element :commit_button
+ element 'commit-button'
end
end
def commit_changes
- click_element(:commit_button)
+ click_element('commit-button')
wait_until(reload: false, max_duration: 60) do
finished_loading?