Browse Source

Fix typo

feature/jme/update_rust_sdk
Benoit Marty 2 years ago
parent
commit
27dd4d306b
  1. 4
      .github/workflows/maestro.yml
  2. 2
      .maestro/README.md

4
.github/workflows/maestro.yml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
name: Meastro
name: Maestro
on:
pull_request: { }
@ -12,7 +12,7 @@ env: @@ -12,7 +12,7 @@ env:
jobs:
maestro-cloud:
name: Meastro test suite
name: Maestro test suite
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
strategy:

2
.maestro/README.md

@ -43,7 +43,7 @@ Start the ElementX app and run this command to help writing test. @@ -43,7 +43,7 @@ Start the ElementX app and run this command to help writing test.
maestro studio
```
Note that sometimes, this prevent running the test. So kill the `meastro studio` process to be able to run the test again.
Note that sometimes, this prevent running the test. So kill the `maestro studio` process to be able to run the test again.
Also, if updating the application code, do not forget to deploy again the application before running the maestro tests.

Loading…
Cancel
Save