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
97e1063c
Commit
97e1063c
authored
Nov 04, 2021
by
Desiree Chevalier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unquarantine and fix issue board label spec
parent
904b421d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
qa/qa/ee/page/component/issue_board/show.rb
qa/qa/ee/page/component/issue_board/show.rb
+6
-1
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb
..._plan/issue_boards/configure_issue_board_by_label_spec.rb
+1
-1
No files found.
qa/qa/ee/page/component/issue_board/show.rb
View file @
97e1063c
...
@@ -31,7 +31,12 @@ module QA
...
@@ -31,7 +31,12 @@ module QA
def
configure_by_label
(
label
)
def
configure_by_label
(
label
)
click_boards_config_button
click_boards_config_button
click_element
(
:labels_edit_button
)
QA
::
Support
::
Retrier
.
retry_on_exception
do
click_element
(
:labels_edit_button
)
find_element
(
:labels_dropdown_content
)
end
find_element
(
:labels_dropdown_content
).
find
(
'li'
,
text:
label
).
click
find_element
(
:labels_dropdown_content
).
find
(
'li'
,
text:
label
).
click
# Clicking the edit button again closes the dropdown and allows the save button to be clicked
# Clicking the edit button again closes the dropdown and allows the save button to be clicked
click_element
(
:labels_edit_button
)
click_element
(
:labels_edit_button
)
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb
View file @
97e1063c
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
RSpec
.
describe
'Plan'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/344780'
,
type: :flaky
}
do
RSpec
.
describe
'Plan'
do
describe
'Configure issue board by label'
do
describe
'Configure issue board by label'
do
let
(
:label_board_list
)
do
let
(
:label_board_list
)
do
EE
::
Resource
::
Board
::
BoardList
::
Project
::
LabelBoardList
.
fabricate_via_api!
EE
::
Resource
::
Board
::
BoardList
::
Project
::
LabelBoardList
.
fabricate_via_api!
...
...
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