Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2-quasar-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jfriedli
mat2-quasar-frontend
Commits
e40f094c
Verified
Commit
e40f094c
authored
4 years ago
by
jfriedli
Browse files
Options
Downloads
Patches
Plain Diff
adpat test
parent
7014c4f4
No related branches found
No related tags found
2 merge requests
!274
Deps Updates and Renovate Update
,
!270
RenovateBot: Update dependency quasar to v1.11.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/cypress/integration/error/init.spec.js
+1
-1
1 addition, 1 deletion
test/cypress/integration/error/init.spec.js
test/cypress/integration/four-o-four/init.spec.js
+1
-1
1 addition, 1 deletion
test/cypress/integration/four-o-four/init.spec.js
with
2 additions
and
2 deletions
test/cypress/integration/error/init.spec.js
+
1
−
1
View file @
e40f094c
...
...
@@ -8,7 +8,7 @@ describe('error page', () => {
cy
.
get
(
'
[data-cy=general-error-text]
'
).
contains
(
'
O Ooooh, Something went wrong
'
)
cy
.
get
(
'
[data-cy=general-error-report]
'
).
contains
(
'
If you keep getting this error report it here
'
)
cy
.
get
(
'
[data-cy=error-btn] .q-btn__content >
div
'
).
contains
(
'
Back
'
)
cy
.
get
(
'
[data-cy=error-btn] .q-btn__content >
span
'
).
contains
(
'
Back
'
)
cy
.
get
(
'
[data-cy=error-btn]
'
)
.
should
(
'
have.attr
'
,
'
href
'
).
and
(
'
include
'
,
...
...
This diff is collapsed.
Click to expand it.
test/cypress/integration/four-o-four/init.spec.js
+
1
−
1
View file @
e40f094c
...
...
@@ -7,7 +7,7 @@ describe('404 page', () => {
.
should
(
'
have.attr
'
,
'
src
'
).
and
(
'
include
'
,
'
img/kitty.
'
)
cy
.
get
(
'
[data-cy=four-o-four-text]
'
).
contains
(
'
There
\'
s no yarn here. (404)
'
)
cy
.
get
(
'
[data-cy=404-btn] .q-btn__content >
div
'
).
contains
(
'
Back
'
)
cy
.
get
(
'
[data-cy=404-btn] .q-btn__content >
span
'
).
contains
(
'
Back
'
)
cy
.
get
(
'
[data-cy=404-btn]
'
)
.
should
(
'
have.attr
'
,
'
href
'
).
and
(
'
include
'
,
...
...
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