Fix typo
This commit is contained in:
parent
793530e788
commit
f6e2e2fa90
2 changed files with 3 additions and 3 deletions
4
.github/workflows/maestro.yml
vendored
4
.github/workflows/maestro.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Meastro
|
name: Maestro
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request: { }
|
pull_request: { }
|
||||||
|
|
@ -12,7 +12,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
maestro-cloud:
|
maestro-cloud:
|
||||||
name: Meastro test suite
|
name: Maestro test suite
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ Start the ElementX app and run this command to help writing test.
|
||||||
maestro studio
|
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.
|
Also, if updating the application code, do not forget to deploy again the application before running the maestro tests.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue