@@ -11,15 +11,15 @@ context("/dex on macbook-16", () => {
11
11
it ( "should have Header" , ( ) => {
12
12
cy . findByTestId ( "Header.title" ) . should (
13
13
"have.text" ,
14
- "Decentralized Exchange"
14
+ "Decentralized Exchange" ,
15
15
) ;
16
16
cy . findByTestId ( "Header.desc.main" ) . should (
17
17
"have.text" ,
18
- "Liquidity mining for up to 100% returns, decentralized swapping, arbitrage and more, with the DeFi Wallet."
18
+ "Liquidity mining for up to 100% returns, decentralized swapping, arbitrage and more, with the DeFi Wallet." ,
19
19
) ;
20
20
cy . findByTestId ( "Header.desc.secondary" ) . should (
21
21
"have.text" ,
22
- "Available for Windows, macOS and Linux"
22
+ "Available for Windows, macOS and Linux" ,
23
23
) ;
24
24
} ) ;
25
25
@@ -28,7 +28,7 @@ context("/dex on macbook-16", () => {
28
28
cy . findByTestId ( "Section.Title" ) . should ( "have.text" , "Liquidity Pools" ) ;
29
29
cy . findByTestId ( "LiquidityPools.showAllBtn" ) . should (
30
30
"have.text" ,
31
- "Show All"
31
+ "Show All" ,
32
32
) ;
33
33
cy . findByTestId ( "LiquidityPools.showAllBtn" )
34
34
. click ( )
@@ -40,13 +40,13 @@ context("/dex on macbook-16", () => {
40
40
cy . findByTestId ( "LiquidityMiningSection.image" ) . should ( "be.visible" ) ;
41
41
cy . findByTestId ( "LiquidityMiningSection.title" ) . should (
42
42
"have.text" ,
43
- "Earn More With Liquidity Mining!"
43
+ "Earn More With Liquidity Mining!" ,
44
44
) ;
45
45
cy . findByTestId ( "LiquidityMiningSection.desc" )
46
46
. click ( )
47
47
. should (
48
48
"have.text" ,
49
- "Liquidity mine for incredibly high yields within the app! Supply liquidity to BTC, ETH, USDT and many other pool pairs to power the Decentralized Exchange, and earn fees and high block rewards in return. You can withdraw your liquidity at any time."
49
+ "Liquidity mine for incredibly high yields within the app! Supply liquidity to BTC, ETH, USDT and many other pool pairs to power the Decentralized Exchange, and earn fees and high block rewards in return. You can withdraw your liquidity at any time." ,
50
50
) ;
51
51
} ) ;
52
52
@@ -59,68 +59,68 @@ context("/dex on macbook-16", () => {
59
59
cy . findByTestId ( "title" ) . should ( "have.text" , "HD wallet" ) ;
60
60
cy . findByTestId ( "desc" ) . should (
61
61
"have.text" ,
62
- "A Hierarchical Deterministic (HD) wallet based on the leading BIP39 standard"
62
+ "A Hierarchical Deterministic (HD) wallet based on the leading BIP39 standard" ,
63
63
) ;
64
64
} ) ;
65
65
cy . findByTestId ( "WalletFeaturesSection.BackupAndRestore" ) . within ( ( ) => {
66
66
cy . findByTestId ( "title" ) . should ( "have.text" , "Backup and restore" ) ;
67
67
cy . findByTestId ( "desc" ) . should (
68
68
"have.text" ,
69
- "Backup and restore your wallet and funds any time with your 24-word seed phrase"
69
+ "Backup and restore your wallet and funds any time with your 24-word seed phrase" ,
70
70
) ;
71
71
} ) ;
72
72
cy . findByTestId ( "WalletFeaturesSection.DecentralizedExchange" ) . within (
73
73
( ) => {
74
74
cy . findByTestId ( "title" ) . should (
75
75
"have.text" ,
76
- "Decentralized Exchange"
76
+ "Decentralized Exchange" ,
77
77
) ;
78
78
cy . findByTestId ( "desc" ) . should (
79
79
"have.text" ,
80
- "Swap between DFI and wrapped tokens in a completely decentralized, exchange"
80
+ "Swap between DFI and wrapped tokens in a completely decentralized, exchange" ,
81
81
) ;
82
- }
82
+ } ,
83
83
) ;
84
84
cy . findByTestId ( "WalletFeaturesSection.LiquidityMining" ) . within ( ( ) => {
85
85
cy . findByTestId ( "title" ) . should ( "have.text" , "Liquidity mining" ) ;
86
86
cy . findByTestId ( "desc" ) . should (
87
87
"have.text" ,
88
- "Supply and mine liquidity in popular pool pairs for potentially high yields"
88
+ "Supply and mine liquidity in popular pool pairs for potentially high yields" ,
89
89
) ;
90
90
} ) ;
91
91
cy . findByTestId ( "WalletFeaturesSection.TokensSupport" ) . within ( ( ) => {
92
92
cy . findByTestId ( "title" ) . should ( "have.text" , "Tokens Support" ) ;
93
93
cy . findByTestId ( "desc" ) . should (
94
94
"have.text" ,
95
- "Store and transact in DFI, as well as all tokens in the DeFiChain ecosystem"
95
+ "Store and transact in DFI, as well as all tokens in the DeFiChain ecosystem" ,
96
96
) ;
97
97
} ) ;
98
98
cy . findByTestId ( "WalletFeaturesSection.MiniExplorer" ) . within ( ( ) => {
99
99
cy . findByTestId ( "title" ) . should ( "have.text" , "Mini explorer" ) ;
100
100
cy . findByTestId ( "desc" ) . should (
101
101
"have.text" ,
102
- "Explore the blockchain and examine transactions"
102
+ "Explore the blockchain and examine transactions" ,
103
103
) ;
104
104
} ) ;
105
105
cy . findByTestId ( "WalletFeaturesSection.Masternodes" ) . within ( ( ) => {
106
106
cy . findByTestId ( "title" ) . should ( "have.text" , "Masternodes" ) ;
107
107
cy . findByTestId ( "desc" ) . should (
108
108
"have.text" ,
109
- "View the full list of masternodes, and create your own masternodes"
109
+ "View the full list of masternodes, and create your own masternodes" ,
110
110
) ;
111
111
} ) ;
112
112
cy . findByTestId ( "WalletFeaturesSection.Console" ) . within ( ( ) => {
113
113
cy . findByTestId ( "title" ) . should ( "have.text" , "Console" ) ;
114
114
cy . findByTestId ( "desc" ) . should (
115
115
"have.text" ,
116
- "Run account, blockchain, masternode, mining, network, wallet commands, and more"
116
+ "Run account, blockchain, masternode, mining, network, wallet commands, and more" ,
117
117
) ;
118
118
} ) ;
119
119
cy . findByTestId ( "WalletFeaturesSection.NetworkSelection" ) . within ( ( ) => {
120
120
cy . findByTestId ( "title" ) . should ( "have.text" , "Network selection" ) ;
121
121
cy . findByTestId ( "desc" ) . should (
122
122
"have.text" ,
123
- "The app supports easy connecting and switching between Mainnet and Testnet"
123
+ "The app supports easy connecting and switching between Mainnet and Testnet" ,
124
124
) ;
125
125
} ) ;
126
126
} ) ;
@@ -140,15 +140,15 @@ context("/dex on iphone-x", () => {
140
140
it ( "should have Header" , ( ) => {
141
141
cy . findByTestId ( "Header.title" ) . should (
142
142
"have.text" ,
143
- "Decentralized Exchange"
143
+ "Decentralized Exchange" ,
144
144
) ;
145
145
cy . findByTestId ( "Header.desc.main" ) . should (
146
146
"have.text" ,
147
- "Liquidity mining for up to 100% returns, decentralized swapping, arbitrage and more, with the DeFi Wallet."
147
+ "Liquidity mining for up to 100% returns, decentralized swapping, arbitrage and more, with the DeFi Wallet." ,
148
148
) ;
149
149
cy . findByTestId ( "Header.desc.secondary" ) . should (
150
150
"have.text" ,
151
- "Available for Windows, macOS and Linux"
151
+ "Available for Windows, macOS and Linux" ,
152
152
) ;
153
153
} ) ;
154
154
@@ -157,7 +157,7 @@ context("/dex on iphone-x", () => {
157
157
cy . findByTestId ( "Section.Title" ) . should ( "have.text" , "Liquidity Pools" ) ;
158
158
cy . findByTestId ( "LiquidityPools.showAllBtn" ) . should (
159
159
"have.text" ,
160
- "Show All"
160
+ "Show All" ,
161
161
) ;
162
162
cy . findByTestId ( "LiquidityPools.showAllBtn" )
163
163
. click ( )
@@ -169,13 +169,13 @@ context("/dex on iphone-x", () => {
169
169
cy . findByTestId ( "LiquidityMiningSection.image" ) . should ( "be.visible" ) ;
170
170
cy . findByTestId ( "LiquidityMiningSection.title" ) . should (
171
171
"have.text" ,
172
- "Earn More With Liquidity Mining!"
172
+ "Earn More With Liquidity Mining!" ,
173
173
) ;
174
174
cy . findByTestId ( "LiquidityMiningSection.desc" )
175
175
. click ( )
176
176
. should (
177
177
"have.text" ,
178
- "Liquidity mine for incredibly high yields within the app! Supply liquidity to BTC, ETH, USDT and many other pool pairs to power the Decentralized Exchange, and earn fees and high block rewards in return. You can withdraw your liquidity at any time."
178
+ "Liquidity mine for incredibly high yields within the app! Supply liquidity to BTC, ETH, USDT and many other pool pairs to power the Decentralized Exchange, and earn fees and high block rewards in return. You can withdraw your liquidity at any time." ,
179
179
) ;
180
180
} ) ;
181
181
@@ -188,68 +188,68 @@ context("/dex on iphone-x", () => {
188
188
cy . findByTestId ( "title" ) . should ( "have.text" , "HD wallet" ) ;
189
189
cy . findByTestId ( "desc" ) . should (
190
190
"have.text" ,
191
- "A Hierarchical Deterministic (HD) wallet based on the leading BIP39 standard"
191
+ "A Hierarchical Deterministic (HD) wallet based on the leading BIP39 standard" ,
192
192
) ;
193
193
} ) ;
194
194
cy . findByTestId ( "WalletFeaturesSection.BackupAndRestore" ) . within ( ( ) => {
195
195
cy . findByTestId ( "title" ) . should ( "have.text" , "Backup and restore" ) ;
196
196
cy . findByTestId ( "desc" ) . should (
197
197
"have.text" ,
198
- "Backup and restore your wallet and funds any time with your 24-word seed phrase"
198
+ "Backup and restore your wallet and funds any time with your 24-word seed phrase" ,
199
199
) ;
200
200
} ) ;
201
201
cy . findByTestId ( "WalletFeaturesSection.DecentralizedExchange" ) . within (
202
202
( ) => {
203
203
cy . findByTestId ( "title" ) . should (
204
204
"have.text" ,
205
- "Decentralized Exchange"
205
+ "Decentralized Exchange" ,
206
206
) ;
207
207
cy . findByTestId ( "desc" ) . should (
208
208
"have.text" ,
209
- "Swap between DFI and wrapped tokens in a completely decentralized, exchange"
209
+ "Swap between DFI and wrapped tokens in a completely decentralized, exchange" ,
210
210
) ;
211
- }
211
+ } ,
212
212
) ;
213
213
cy . findByTestId ( "WalletFeaturesSection.LiquidityMining" ) . within ( ( ) => {
214
214
cy . findByTestId ( "title" ) . should ( "have.text" , "Liquidity mining" ) ;
215
215
cy . findByTestId ( "desc" ) . should (
216
216
"have.text" ,
217
- "Supply and mine liquidity in popular pool pairs for potentially high yields"
217
+ "Supply and mine liquidity in popular pool pairs for potentially high yields" ,
218
218
) ;
219
219
} ) ;
220
220
cy . findByTestId ( "WalletFeaturesSection.TokensSupport" ) . within ( ( ) => {
221
221
cy . findByTestId ( "title" ) . should ( "have.text" , "Tokens Support" ) ;
222
222
cy . findByTestId ( "desc" ) . should (
223
223
"have.text" ,
224
- "Store and transact in DFI, as well as all tokens in the DeFiChain ecosystem"
224
+ "Store and transact in DFI, as well as all tokens in the DeFiChain ecosystem" ,
225
225
) ;
226
226
} ) ;
227
227
cy . findByTestId ( "WalletFeaturesSection.MiniExplorer" ) . within ( ( ) => {
228
228
cy . findByTestId ( "title" ) . should ( "have.text" , "Mini explorer" ) ;
229
229
cy . findByTestId ( "desc" ) . should (
230
230
"have.text" ,
231
- "Explore the blockchain and examine transactions"
231
+ "Explore the blockchain and examine transactions" ,
232
232
) ;
233
233
} ) ;
234
234
cy . findByTestId ( "WalletFeaturesSection.Masternodes" ) . within ( ( ) => {
235
235
cy . findByTestId ( "title" ) . should ( "have.text" , "Masternodes" ) ;
236
236
cy . findByTestId ( "desc" ) . should (
237
237
"have.text" ,
238
- "View the full list of masternodes, and create your own masternodes"
238
+ "View the full list of masternodes, and create your own masternodes" ,
239
239
) ;
240
240
} ) ;
241
241
cy . findByTestId ( "WalletFeaturesSection.Console" ) . within ( ( ) => {
242
242
cy . findByTestId ( "title" ) . should ( "have.text" , "Console" ) ;
243
243
cy . findByTestId ( "desc" ) . should (
244
244
"have.text" ,
245
- "Run account, blockchain, masternode, mining, network, wallet commands, and more"
245
+ "Run account, blockchain, masternode, mining, network, wallet commands, and more" ,
246
246
) ;
247
247
} ) ;
248
248
cy . findByTestId ( "WalletFeaturesSection.NetworkSelection" ) . within ( ( ) => {
249
249
cy . findByTestId ( "title" ) . should ( "have.text" , "Network selection" ) ;
250
250
cy . findByTestId ( "desc" ) . should (
251
251
"have.text" ,
252
- "The app supports easy connecting and switching between Mainnet and Testnet"
252
+ "The app supports easy connecting and switching between Mainnet and Testnet" ,
253
253
) ;
254
254
} ) ;
255
255
} ) ;
0 commit comments