@@ -11,15 +11,15 @@ context("/dex on macbook-16", () => {
1111 it ( "should have Header" , ( ) => {
1212 cy . findByTestId ( "Header.title" ) . should (
1313 "have.text" ,
14- "Decentralized Exchange"
14+ "Decentralized Exchange" ,
1515 ) ;
1616 cy . findByTestId ( "Header.desc.main" ) . should (
1717 "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." ,
1919 ) ;
2020 cy . findByTestId ( "Header.desc.secondary" ) . should (
2121 "have.text" ,
22- "Available for Windows, macOS and Linux"
22+ "Available for Windows, macOS and Linux" ,
2323 ) ;
2424 } ) ;
2525
@@ -28,7 +28,7 @@ context("/dex on macbook-16", () => {
2828 cy . findByTestId ( "Section.Title" ) . should ( "have.text" , "Liquidity Pools" ) ;
2929 cy . findByTestId ( "LiquidityPools.showAllBtn" ) . should (
3030 "have.text" ,
31- "Show All"
31+ "Show All" ,
3232 ) ;
3333 cy . findByTestId ( "LiquidityPools.showAllBtn" )
3434 . click ( )
@@ -40,13 +40,13 @@ context("/dex on macbook-16", () => {
4040 cy . findByTestId ( "LiquidityMiningSection.image" ) . should ( "be.visible" ) ;
4141 cy . findByTestId ( "LiquidityMiningSection.title" ) . should (
4242 "have.text" ,
43- "Earn More With Liquidity Mining!"
43+ "Earn More With Liquidity Mining!" ,
4444 ) ;
4545 cy . findByTestId ( "LiquidityMiningSection.desc" )
4646 . click ( )
4747 . should (
4848 "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." ,
5050 ) ;
5151 } ) ;
5252
@@ -59,68 +59,68 @@ context("/dex on macbook-16", () => {
5959 cy . findByTestId ( "title" ) . should ( "have.text" , "HD wallet" ) ;
6060 cy . findByTestId ( "desc" ) . should (
6161 "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" ,
6363 ) ;
6464 } ) ;
6565 cy . findByTestId ( "WalletFeaturesSection.BackupAndRestore" ) . within ( ( ) => {
6666 cy . findByTestId ( "title" ) . should ( "have.text" , "Backup and restore" ) ;
6767 cy . findByTestId ( "desc" ) . should (
6868 "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" ,
7070 ) ;
7171 } ) ;
7272 cy . findByTestId ( "WalletFeaturesSection.DecentralizedExchange" ) . within (
7373 ( ) => {
7474 cy . findByTestId ( "title" ) . should (
7575 "have.text" ,
76- "Decentralized Exchange"
76+ "Decentralized Exchange" ,
7777 ) ;
7878 cy . findByTestId ( "desc" ) . should (
7979 "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" ,
8181 ) ;
82- }
82+ } ,
8383 ) ;
8484 cy . findByTestId ( "WalletFeaturesSection.LiquidityMining" ) . within ( ( ) => {
8585 cy . findByTestId ( "title" ) . should ( "have.text" , "Liquidity mining" ) ;
8686 cy . findByTestId ( "desc" ) . should (
8787 "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" ,
8989 ) ;
9090 } ) ;
9191 cy . findByTestId ( "WalletFeaturesSection.TokensSupport" ) . within ( ( ) => {
9292 cy . findByTestId ( "title" ) . should ( "have.text" , "Tokens Support" ) ;
9393 cy . findByTestId ( "desc" ) . should (
9494 "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" ,
9696 ) ;
9797 } ) ;
9898 cy . findByTestId ( "WalletFeaturesSection.MiniExplorer" ) . within ( ( ) => {
9999 cy . findByTestId ( "title" ) . should ( "have.text" , "Mini explorer" ) ;
100100 cy . findByTestId ( "desc" ) . should (
101101 "have.text" ,
102- "Explore the blockchain and examine transactions"
102+ "Explore the blockchain and examine transactions" ,
103103 ) ;
104104 } ) ;
105105 cy . findByTestId ( "WalletFeaturesSection.Masternodes" ) . within ( ( ) => {
106106 cy . findByTestId ( "title" ) . should ( "have.text" , "Masternodes" ) ;
107107 cy . findByTestId ( "desc" ) . should (
108108 "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" ,
110110 ) ;
111111 } ) ;
112112 cy . findByTestId ( "WalletFeaturesSection.Console" ) . within ( ( ) => {
113113 cy . findByTestId ( "title" ) . should ( "have.text" , "Console" ) ;
114114 cy . findByTestId ( "desc" ) . should (
115115 "have.text" ,
116- "Run account, blockchain, masternode, mining, network, wallet commands, and more"
116+ "Run account, blockchain, masternode, mining, network, wallet commands, and more" ,
117117 ) ;
118118 } ) ;
119119 cy . findByTestId ( "WalletFeaturesSection.NetworkSelection" ) . within ( ( ) => {
120120 cy . findByTestId ( "title" ) . should ( "have.text" , "Network selection" ) ;
121121 cy . findByTestId ( "desc" ) . should (
122122 "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" ,
124124 ) ;
125125 } ) ;
126126 } ) ;
@@ -140,15 +140,15 @@ context("/dex on iphone-x", () => {
140140 it ( "should have Header" , ( ) => {
141141 cy . findByTestId ( "Header.title" ) . should (
142142 "have.text" ,
143- "Decentralized Exchange"
143+ "Decentralized Exchange" ,
144144 ) ;
145145 cy . findByTestId ( "Header.desc.main" ) . should (
146146 "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." ,
148148 ) ;
149149 cy . findByTestId ( "Header.desc.secondary" ) . should (
150150 "have.text" ,
151- "Available for Windows, macOS and Linux"
151+ "Available for Windows, macOS and Linux" ,
152152 ) ;
153153 } ) ;
154154
@@ -157,7 +157,7 @@ context("/dex on iphone-x", () => {
157157 cy . findByTestId ( "Section.Title" ) . should ( "have.text" , "Liquidity Pools" ) ;
158158 cy . findByTestId ( "LiquidityPools.showAllBtn" ) . should (
159159 "have.text" ,
160- "Show All"
160+ "Show All" ,
161161 ) ;
162162 cy . findByTestId ( "LiquidityPools.showAllBtn" )
163163 . click ( )
@@ -169,13 +169,13 @@ context("/dex on iphone-x", () => {
169169 cy . findByTestId ( "LiquidityMiningSection.image" ) . should ( "be.visible" ) ;
170170 cy . findByTestId ( "LiquidityMiningSection.title" ) . should (
171171 "have.text" ,
172- "Earn More With Liquidity Mining!"
172+ "Earn More With Liquidity Mining!" ,
173173 ) ;
174174 cy . findByTestId ( "LiquidityMiningSection.desc" )
175175 . click ( )
176176 . should (
177177 "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." ,
179179 ) ;
180180 } ) ;
181181
@@ -188,68 +188,68 @@ context("/dex on iphone-x", () => {
188188 cy . findByTestId ( "title" ) . should ( "have.text" , "HD wallet" ) ;
189189 cy . findByTestId ( "desc" ) . should (
190190 "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" ,
192192 ) ;
193193 } ) ;
194194 cy . findByTestId ( "WalletFeaturesSection.BackupAndRestore" ) . within ( ( ) => {
195195 cy . findByTestId ( "title" ) . should ( "have.text" , "Backup and restore" ) ;
196196 cy . findByTestId ( "desc" ) . should (
197197 "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" ,
199199 ) ;
200200 } ) ;
201201 cy . findByTestId ( "WalletFeaturesSection.DecentralizedExchange" ) . within (
202202 ( ) => {
203203 cy . findByTestId ( "title" ) . should (
204204 "have.text" ,
205- "Decentralized Exchange"
205+ "Decentralized Exchange" ,
206206 ) ;
207207 cy . findByTestId ( "desc" ) . should (
208208 "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" ,
210210 ) ;
211- }
211+ } ,
212212 ) ;
213213 cy . findByTestId ( "WalletFeaturesSection.LiquidityMining" ) . within ( ( ) => {
214214 cy . findByTestId ( "title" ) . should ( "have.text" , "Liquidity mining" ) ;
215215 cy . findByTestId ( "desc" ) . should (
216216 "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" ,
218218 ) ;
219219 } ) ;
220220 cy . findByTestId ( "WalletFeaturesSection.TokensSupport" ) . within ( ( ) => {
221221 cy . findByTestId ( "title" ) . should ( "have.text" , "Tokens Support" ) ;
222222 cy . findByTestId ( "desc" ) . should (
223223 "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" ,
225225 ) ;
226226 } ) ;
227227 cy . findByTestId ( "WalletFeaturesSection.MiniExplorer" ) . within ( ( ) => {
228228 cy . findByTestId ( "title" ) . should ( "have.text" , "Mini explorer" ) ;
229229 cy . findByTestId ( "desc" ) . should (
230230 "have.text" ,
231- "Explore the blockchain and examine transactions"
231+ "Explore the blockchain and examine transactions" ,
232232 ) ;
233233 } ) ;
234234 cy . findByTestId ( "WalletFeaturesSection.Masternodes" ) . within ( ( ) => {
235235 cy . findByTestId ( "title" ) . should ( "have.text" , "Masternodes" ) ;
236236 cy . findByTestId ( "desc" ) . should (
237237 "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" ,
239239 ) ;
240240 } ) ;
241241 cy . findByTestId ( "WalletFeaturesSection.Console" ) . within ( ( ) => {
242242 cy . findByTestId ( "title" ) . should ( "have.text" , "Console" ) ;
243243 cy . findByTestId ( "desc" ) . should (
244244 "have.text" ,
245- "Run account, blockchain, masternode, mining, network, wallet commands, and more"
245+ "Run account, blockchain, masternode, mining, network, wallet commands, and more" ,
246246 ) ;
247247 } ) ;
248248 cy . findByTestId ( "WalletFeaturesSection.NetworkSelection" ) . within ( ( ) => {
249249 cy . findByTestId ( "title" ) . should ( "have.text" , "Network selection" ) ;
250250 cy . findByTestId ( "desc" ) . should (
251251 "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" ,
253253 ) ;
254254 } ) ;
255255 } ) ;
0 commit comments