This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Cypress.Commands.add('waitUntilTransactionStatusIs', (url_tx, status, nbOfRetries) => { | |
| /** | |
| * Cette commande va retenter d'obtenir le status de la Transaction jusqu'à ce qu'il ai une certaine valeur. | |
| */ | |
| Cypress.log({ | |
| displayName: "Wait TX Status", | |
| message: status | |
| }) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Read the contents of ~/.path into $PATH, if ~/.path exists. ~/.path should be a file | |
| # consisting of one path on each line, such as: | |
| # | |
| # ~$ cat ~/.path | |
| # # vim: ft=sh | |
| # ~/usr/bin | |
| # /opt/local/bin | |
| # ... etc ... | |
| # | |
| # Note that comments begin with a hash (#). |