diff --git a/README.md b/README.md index 78714f19e..1a0eaafaa 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ To see in which direction Synpress is headed to, take a look at - can be used in existing [cypress setup](https://github.com/Synthetixio/synpress/issues/346#issuecomment-1060506096) - supports dotenv - - loads all env vars from your `.env` file automatically (from project root folder) + - loads all env vars from your `.env` file automatically (from project root + folder) - ability to use latest metamask or lock it's version to avoid unexpected failures related to metamask updates - supports multi-lang of metamask, it doesn't depend on any labels diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml index 3c070913c..ccfd966d9 100644 --- a/docker-compose.ci.yml +++ b/docker-compose.ci.yml @@ -25,7 +25,7 @@ services: ngrok:4040/api/tunnels | jq -r .tunnels[0].public_url && yarn test:e2e' networks: - x11 - + display: container_name: display image: synthetixio/display:b2643097e891906524e52e7ee956260b20fa01fb-base diff --git a/support/index.d.ts b/support/index.d.ts index 601374584..86fe25047 100644 --- a/support/index.d.ts +++ b/support/index.d.ts @@ -194,9 +194,7 @@ declare namespace Cypress { * cy.confirmMetamaskTransaction() * cy.confirmMetamaskTransaction({gasFee: 10, gasLimit: 1000000}) */ - confirmMetamaskTransaction( - gasConfig?: object, - ): Chainable; + confirmMetamaskTransaction(gasConfig?: object): Chainable; /** * Reject metamask transaction * @example @@ -209,9 +207,7 @@ declare namespace Cypress { * cy.allowMetamaskToAddNetwork() * cy.allowMetamaskToAddNetwork('close') // (waitForEvent) */ - allowMetamaskToAddNetwork( - waitForEvent?: string, - ): Chainable; + allowMetamaskToAddNetwork(waitForEvent?: string): Chainable; /** * Reject site to add new network in metamask * @example