Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
876
Issues
876
List
Boards
Labels
Service Desk
Milestones
Merge Requests
47
Merge Requests
47
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
51eb4ca9
Commit
51eb4ca9
authored
3 hours ago
by
Ben Hayward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated for naming convention
parent
993566bc
feat/boost-e2e-1632
1 merge request
!480
[Sprint/KiltedKoala](feat): Added in boost e2e tests
Pipeline
#81442307
passed with stages
in 47 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
boost-creator.spec.js
cypress/integration/boost/boost-creator.spec.js
+2
-2
creator.component.html
src/app/modules/boost/creator/creator.component.html
+1
-1
No files found.
cypress/integration/boost/boost-creator.spec.js
View file @
51eb4ca9
...
...
@@ -73,7 +73,7 @@ context('Boost Creation', () => {
expect
(
xhr
.
response
.
body
.
status
).
to
.
deep
.
equal
(
"
error
"
);
});
cy
.
get
(
'
[data-cy=boost-creation-error]
'
)
cy
.
get
(
'
[data-cy=
data-minds-
boost-creation-error]
'
)
.
contains
(
duplicateError
);
});
...
...
@@ -94,7 +94,7 @@ context('Boost Creation', () => {
.
first
()
.
click
({
force
:
true
});
cy
.
get
(
'
[data-cy=boost-creation-error]
'
)
cy
.
get
(
'
[data-cy=
data-minds-
boost-creation-error]
'
)
.
contains
(
nonParticipationError
);
});
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/boost/creator/creator.component.html
View file @
51eb4ca9
...
...
@@ -370,7 +370,7 @@
class=
"m-boost--creator--submit-error"
>
<i
class=
"material-icons"
>
close
</i>
<span
data-cy=
"boost-creation-error"
>
{{ error }}
</span>
<span
data-cy=
"
data-minds-
boost-creation-error"
>
{{ error }}
</span>
</div>
</div>
</section>
...
...
This diff is collapsed.
Click to expand it.
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