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
9ab10b34
Commit
9ab10b34
authored
Nov 08, 2021
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'qa/zm-qtn-mde-login' into 'master'
Quarantine stale mde test See merge request gitlab-org/gitlab!73908
parents
78703db4
b5f4bb21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qa/qa/specs/features/browser_ui/1_manage/login/maintain_log_in_mixed_env_spec.rb
...owser_ui/1_manage/login/maintain_log_in_mixed_env_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/1_manage/login/maintain_log_in_mixed_env_spec.rb
View file @
9ab10b34
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Manage'
,
:mixed_env
,
:smoke
,
only:
{
subdomain: :staging
}
do
RSpec
.
describe
'Manage'
,
only:
{
subdomain: :staging
},
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/344213'
,
type: :stale
}
do
describe
'basic user'
do
it
'remains logged in when redirected from canary to non-canary node'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/2251'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
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