Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e9385cb9
Commit
e9385cb9
authored
May 05, 2021
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix doc for how we use prepend_if_ee for QA
parent
8593c555
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/development/testing_guide/end_to_end/page_objects.md
doc/development/testing_guide/end_to_end/page_objects.md
+1
-1
No files found.
doc/development/testing_guide/end_to_end/page_objects.md
View file @
e9385cb9
...
...
@@ -260,7 +260,7 @@ These modules must:
These steps ensure the sanity selectors check detect problems properly.
For example,
`qa/qa/ee/page/merge_request/show.rb`
adds EE-specific methods to
`qa/qa/page/merge_request/show.rb`
(with
`QA::Page::MergeRequest::Show.prepend_if_ee('
QA::EE::Page::MergeRequest::Show'
)`
) and following is how it's implemented
`QA::Page::MergeRequest::Show.prepend_if_ee('
Page::MergeRequest::Show', namespace: QA
)`
) and following is how it's implemented
(only showing the relevant part and referring to the 4 steps described above with inline comments):
```
ruby
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment