✏️(project) fix minor typos

Found typos and fixed them.
This commit is contained in:
Lebaud Antoine
2024-02-20 12:06:33 +01:00
committed by aleb_the_flash
parent 4cacfd3a45
commit 26fbe9fbe7
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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();