Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor committed Nov 15, 2024
1 parent b3af6d5 commit 222559a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/web-app-draw-io/tests/e2e/createDrawIo.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test, Page, expect } from '@playwright/test'
import { test, Page } from '@playwright/test'
import { AppSwitcher } from '../../../../support/pages/appSwitcher.js'
import { DrawIoPage } from '../../../../support/pages/drawIoPage.js'
import { loginAsUser, logout } from '../../../../support/helpers/authHelper.js'
Expand Down
6 changes: 3 additions & 3 deletions support/READMI.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ This Playwright configuration defines multiple projects for testing web applicat
### Example Projects

**Draw-IO Tests**:
- **Chromium**: Tests for Draw-IO using the Chromium browser.
- **Firefox**: Tests for Draw-IO using the Firefox browser.
- **WebKit**: Tests for Draw-IO using the Safari WebKit browser.
- **Chromium**: Tests for Draw-IO app using the Chromium browser.
- **Firefox**: Tests for Draw-IO app using the Firefox browser.
- **WebKit**: Tests for Draw-IO app using the Safari WebKit browser.


## Running Tests
Expand Down

0 comments on commit 222559a

Please sign in to comment.