From 27dd4d306bc8fd96eedaa47bd3de5ce678f3dc69 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 18 Jan 2023 16:40:53 +0100 Subject: [PATCH] Fix typo --- .github/workflows/maestro.yml | 4 ++-- .maestro/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maestro.yml b/.github/workflows/maestro.yml index d3d0962037..0b9939b133 100644 --- a/.github/workflows/maestro.yml +++ b/.github/workflows/maestro.yml @@ -1,4 +1,4 @@ -name: Meastro +name: Maestro on: pull_request: { } @@ -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: diff --git a/.maestro/README.md b/.maestro/README.md index fc2a71d90e..9505769de9 100644 --- a/.maestro/README.md +++ b/.maestro/README.md @@ -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.