From 26fbe9fbe709012e29f38b56264d94c13266a0b4 Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Tue, 20 Feb 2024 12:06:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(project)=20fix=20minor=20typ?= =?UTF-8?q?os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found typos and fixed them. --- .github/workflows/people.yml | 2 +- src/frontend/apps/e2e/__tests__/app-desk/teams-panel.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index 9b07a6c..4b78f9d 100644 --- a/.github/workflows/people.yml +++ b/.github/workflows/people.yml @@ -124,7 +124,7 @@ jobs: docker-compose build --pull --build-arg BUILDKIT_INLINE_CACHE=1 make run - - name: Apply DRH migrations + - name: Apply DRF migrations run: | make migrate diff --git a/src/frontend/apps/e2e/__tests__/app-desk/teams-panel.spec.ts b/src/frontend/apps/e2e/__tests__/app-desk/teams-panel.spec.ts index c9d021a..f3f76f2 100644 --- a/src/frontend/apps/e2e/__tests__/app-desk/teams-panel.spec.ts +++ b/src/frontend/apps/e2e/__tests__/app-desk/teams-panel.spec.ts @@ -74,7 +74,7 @@ test.describe('Teams Panel', () => { expect(sortedTeamTexts).toStrictEqual(randomTeams); }); - test('003 - checks the infinite scrool', async ({ page, browserName }) => { + test('003 - checks the infinite scroll', async ({ page, browserName }) => { test.setTimeout(90000); const panel = page.getByLabel('Teams panel').first();