Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
404
Merge Requests
57
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
07abf688
Commit
07abf688
authored
38 minutes ago
by
Ben Hayward
Browse files
Options
Download
Added in location checking
parent
72561c86
fix/pro-marketting-2310
1 merge request
!689
[Sprint/TrendyTurtle](fix): Fixed pro spec test. #2310
Pipeline
#102316694
failed with stages
in 26 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
cypress/integration/pro/marketing.spec.js
View file @
07abf688
...
...
@@ -15,7 +15,9 @@ context('Pro Product Page', () => {
const
wirePaymentsComponent
=
'
m-wire__paymentscreator .m-wire--creator
'
;
it
(
'
should show a coming soon button
'
,
()
=>
{
cy
.
visit
(
'
/pro
'
);
cy
.
visit
(
'
/pro
'
)
.
location
(
'
pathname
'
)
.
should
(
'
eq
'
,
'
/pro/
'
);
cy
.
get
(
upgradeButton
)
.
should
(
'
be.visible
'
)
...
...
This diff is collapsed.
Please
register
or
sign in
to comment