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
56500c7c
Commit
56500c7c
authored
May 13, 2020
by
Tom Quirk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test Discussion tab navigation after Design Mgmt
parent
d9244ddf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
qa/qa/page/project/issue/show.rb
qa/qa/page/project/issue/show.rb
+7
-2
qa/qa/specs/features/browser_ui/3_create/design_management/add_design_add_annotation.rb
...i/3_create/design_management/add_design_add_annotation.rb
+2
-0
No files found.
qa/qa/page/project/issue/show.rb
View file @
56500c7c
...
@@ -58,10 +58,15 @@ module QA
...
@@ -58,10 +58,15 @@ module QA
end
end
view
'app/views/projects/issues/_tabs.html.haml'
do
view
'app/views/projects/issues/_tabs.html.haml'
do
element
:designs_tab_link
element
:designs_tab_content
element
:discussion_tab_link
element
:discussion_tab_link
element
:discussion_tab_content
element
:discussion_tab_content
element
:designs_tab_link
element
:designs_tab_content
end
def
click_discussion_tab
click_element
(
:discussion_tab_link
)
active_element?
(
:discussion_tab_content
)
end
end
def
click_designs_tab
def
click_designs_tab
...
...
qa/qa/specs/features/browser_ui/3_create/design_management/add_design_add_annotation.rb
View file @
56500c7c
...
@@ -22,6 +22,8 @@ module QA
...
@@ -22,6 +22,8 @@ module QA
show
.
add_annotation
(
annotation
)
show
.
add_annotation
(
annotation
)
expect
(
show
).
to
have_annotation
(
annotation
)
expect
(
show
).
to
have_annotation
(
annotation
)
show
.
click_discussion_tab
end
end
end
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