Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent cac7d8e commit ad3a364
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/playwright/tests/post-update.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ test('Add update to project', async ({ page }) => {
page.locator('.pinned__update__heading').locator('visible=true')
).toContainText(project.update_title);
await page.getByTestId('updates').click();
await page.locator('.update').locator('nth=1').getByTestId('member-update').isVisible();
await page
.locator('.update')
.locator('nth=1')
.getByTestId('member-update')
.isVisible();
await loginPage.logout();
});

0 comments on commit ad3a364

Please sign in to comment.