Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
283479f7
Unverified
Commit
283479f7
authored
Dec 20, 2022
by
Jordan Frankfurt
Committed by
GitHub
Dec 20, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: skip tests due to fiat on-ramp change (#5742)
skip tests
parent
d3c30e2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
nfts.test.ts
cypress/e2e/nfts.test.ts
+2
-2
pool.test.ts
cypress/e2e/pool.test.ts
+1
-1
No files found.
cypress/e2e/nfts.test.ts
View file @
283479f7
...
@@ -22,7 +22,7 @@ describe('Testing nfts', () => {
...
@@ -22,7 +22,7 @@ describe('Testing nfts', () => {
cy
.
get
(
getTestSelector
(
'
nft-collection-filter-buy-now
'
)).
should
(
'
exist
'
)
cy
.
get
(
getTestSelector
(
'
nft-collection-filter-buy-now
'
)).
should
(
'
exist
'
)
})
})
it
(
'
should be able to open bag and open sweep
'
,
()
=>
{
x
it
(
'
should be able to open bag and open sweep
'
,
()
=>
{
cy
.
get
(
getTestSelector
(
'
nft-sweep-button
'
)).
first
().
click
()
cy
.
get
(
getTestSelector
(
'
nft-sweep-button
'
)).
first
().
click
()
cy
.
get
(
getTestSelector
(
'
nft-empty-bag
'
)).
should
(
'
exist
'
)
cy
.
get
(
getTestSelector
(
'
nft-empty-bag
'
)).
should
(
'
exist
'
)
cy
.
get
(
getTestSelector
(
'
nft-sweep-slider
'
)).
should
(
'
exist
'
)
cy
.
get
(
getTestSelector
(
'
nft-sweep-slider
'
)).
should
(
'
exist
'
)
...
@@ -52,7 +52,7 @@ describe('Testing nfts', () => {
...
@@ -52,7 +52,7 @@ describe('Testing nfts', () => {
cy
.
get
(
getTestSelector
(
'
nft-bag
'
)).
should
(
'
exist
'
)
cy
.
get
(
getTestSelector
(
'
nft-bag
'
)).
should
(
'
exist
'
)
})
})
it
(
'
should go view my nfts
'
,
()
=>
{
x
it
(
'
should go view my nfts
'
,
()
=>
{
cy
.
get
(
getTestSelector
(
'
web3-status-connected
'
)).
click
()
cy
.
get
(
getTestSelector
(
'
web3-status-connected
'
)).
click
()
cy
.
get
(
getTestSelector
(
'
nft-view-self-nfts
'
)).
click
()
cy
.
get
(
getTestSelector
(
'
nft-view-self-nfts
'
)).
click
()
cy
.
get
(
getTestSelector
(
'
nft-explore-nfts-button
'
)).
should
(
'
exist
'
)
cy
.
get
(
getTestSelector
(
'
nft-explore-nfts-button
'
)).
should
(
'
exist
'
)
...
...
cypress/e2e/pool.test.ts
View file @
283479f7
describe
(
'
Pool
'
,
()
=>
{
describe
(
'
Pool
'
,
()
=>
{
beforeEach
(()
=>
cy
.
visit
(
'
/pool
'
))
beforeEach
(()
=>
cy
.
visit
(
'
/pool
'
))
it
(
'
add liquidity links to /add/ETH
'
,
()
=>
{
x
it
(
'
add liquidity links to /add/ETH
'
,
()
=>
{
cy
.
get
(
'
#join-pool-button
'
).
click
()
cy
.
get
(
'
#join-pool-button
'
).
click
()
cy
.
url
().
should
(
'
contain
'
,
'
/add/ETH
'
)
cy
.
url
().
should
(
'
contain
'
,
'
/add/ETH
'
)
})
})
...
...
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