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 'features/steps/admin/settings.rb')
-rw-r--r--features/steps/admin/settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/settings.rb b/features/steps/admin/settings.rb
index 06616bfbd72..1c0b7a4b712 100644
--- a/features/steps/admin/settings.rb
+++ b/features/steps/admin/settings.rb
@@ -45,7 +45,7 @@ class Spinach::Features::AdminSettings < Spinach::FeatureSteps
end
step 'I should see all checkboxes checked' do
- all('input[type=checkbox]').each do |checkbox|
+ page.all('input[type=checkbox]').each do |checkbox|
expect(checkbox).to be_checked
end
end