Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Commits
fe4c226f
Commit
fe4c226f
authored
3 years ago
by
Imre Toth
Browse files
Options
Downloads
Patches
Plain Diff
Added timeout for testing
parent
7fa1a220
No related branches found
No related tags found
2 merge requests
!25
IOCListView now has tabs to prefilter on all or currentUsers IOCs. The currentUser is hardcoded
,
!24
E2e test
Pipeline
#80391
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cypress/integration/login/login.js
+2
-2
2 additions, 2 deletions
cypress/integration/login/login.js
with
2 additions
and
2 deletions
cypress/integration/login/login.js
+
2
−
2
View file @
fe4c226f
...
...
@@ -20,7 +20,7 @@ When('the user opens the application', () => {
Then
(
'
the user should be redirected to the login page
'
,
()
=>
{
cy
.
get
(
'
.MuiDialog-root
'
).
find
(
'
#password
'
);
cy
.
get
(
'
.MuiDialog-root
'
).
find
(
'
#username
'
);
cy
.
get
(
'
.MuiDialog-root
'
,
{
timeout
:
9000
}
).
find
(
'
#password
'
);
cy
.
get
(
'
.MuiDialog-root
'
,
{
timeout
:
9000
}
).
find
(
'
#username
'
);
})
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment