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
path: root/qa/spec
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-10 13:15:57 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-10 13:15:57 +0300
commite85ed5cbcf302233450cef384974eee377f3051f (patch)
tree3471e6089f7263bbc2372bb6cc2d71e698af5ae1 /qa/spec
parent77c4c98aedc57dcaa9f22a612ed4697c4c7200e8 (diff)
Fix few typos in QA selectors validation code
Diffstat (limited to 'qa/spec')
-rw-r--r--qa/spec/page/validator_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/page/validator_spec.rb b/qa/spec/page/validator_spec.rb
index e13fb1eae5b..02822d7d18f 100644
--- a/qa/spec/page/validator_spec.rb
+++ b/qa/spec/page/validator_spec.rb
@@ -4,7 +4,7 @@ describe QA::Page::Validator do
described_class.new(QA::Page::Project)
end
- it 'returns all costants that are module children' do
+ it 'returns all constants that are module children' do
expect(subject.constants)
.to include QA::Page::Project::New, QA::Page::Project::Settings
end