diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-10 11:15:57 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-10 11:15:57 +0100 |
commit | e85ed5cbcf302233450cef384974eee377f3051f (patch) | |
tree | 3471e6089f7263bbc2372bb6cc2d71e698af5ae1 /qa/spec | |
parent | 77c4c98aedc57dcaa9f22a612ed4697c4c7200e8 (diff) | |
download | gitlab-ce-e85ed5cbcf302233450cef384974eee377f3051f.tar.gz |
Fix few typos in QA selectors validation code
Diffstat (limited to 'qa/spec')
-rw-r--r-- | qa/spec/page/validator_spec.rb | 2 |
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 |