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
02b87d28
Commit
02b87d28
authored
Sep 30, 2020
by
Desiree Chevalier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine e2e issue board specs
parent
27c53c50
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/configurable_issue_board_spec.rb
...r_ui/2_plan/issue_boards/configurable_issue_board_spec.rb
+1
-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
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb
...owser_ui/2_plan/issue_boards/project_issue_boards_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/read_only_board_configuration_spec.rb
...2_plan/issue_boards/read_only_board_configuration_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/sum_of_issues_weights_spec.rb
...wser_ui/2_plan/issue_boards/sum_of_issues_weights_spec.rb
+1
-1
No files found.
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/configurable_issue_board_spec.rb
View file @
02b87d28
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
,
:reliable
do
RSpec
.
describe
'Plan'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/259054'
,
type: :stale
}
do
describe
'Configurable issue board'
do
let
(
:label_board_list
)
do
EE
::
Resource
::
Board
::
BoardList
::
Project
::
LabelBoardList
.
fabricate_via_api!
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb
View file @
02b87d28
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
,
:reliable
do
RSpec
.
describe
'Plan'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/259054'
,
type: :stale
}
do
describe
'Configure issue board by label'
do
let
(
:label_board_list
)
do
EE
::
Resource
::
Board
::
BoardList
::
Project
::
LabelBoardList
.
fabricate_via_api!
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb
View file @
02b87d28
...
...
@@ -9,7 +9,7 @@ module QA
let
(
:issue_title
)
{
'Issue to test board list'
}
context
'Label issue board'
do
context
'Label issue board'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/259054'
,
type: :stale
}
do
let
(
:label
)
{
'Doing'
}
let
(
:label_board_list
)
do
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/read_only_board_configuration_spec.rb
View file @
02b87d28
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
,
:reliable
do
RSpec
.
describe
'Plan'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/259054'
,
type: :stale
}
do
describe
'Read-only board configuration'
do
let
(
:qa_user
)
do
Resource
::
User
.
fabricate_or_use
(
Runtime
::
Env
.
gitlab_qa_username_1
,
Runtime
::
Env
.
gitlab_qa_password_1
)
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/sum_of_issues_weights_spec.rb
View file @
02b87d28
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
,
:reliable
do
RSpec
.
describe
'Plan'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/259054'
,
type: :stale
}
do
describe
'Sum of issues weights on issue board'
do
let
(
:label_board_list
)
do
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