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
208411ee
Commit
208411ee
authored
Dec 22, 2017
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add QA classes that represent view partials and elements
parent
32424e46
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
qa/qa.rb
qa/qa.rb
+2
-0
qa/qa/page/element.rb
qa/qa/page/element.rb
+6
-0
qa/qa/page/view.rb
qa/qa/page/view.rb
+6
-0
No files found.
qa/qa.rb
View file @
208411ee
...
...
@@ -70,6 +70,8 @@ module QA
#
module
Page
autoload
:Base
,
'qa/page/base'
autoload
:View
,
'qa/page/view'
autoload
:Element
,
'qa/page/element'
module
Main
autoload
:Login
,
'qa/page/main/login'
...
...
qa/qa/page/element.rb
0 → 100644
View file @
208411ee
module
QA
module
Page
class
Element
end
end
end
qa/qa/page/view.rb
0 → 100644
View file @
208411ee
module
QA
module
Page
class
View
end
end
end
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