Skip to content

Commit

Permalink
Fix JSDoc about locator
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Feb 12, 2025
1 parent b215b16 commit da9c5e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/end2end/playwright/pages/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { BasePage } from './base';
*/

/**
* Playwright Page
* Playwright Locator
* @typedef {import('@playwright/test').Locator} Locator
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/end2end/playwright/pages/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { expect } from '@playwright/test';
*/

/**
* Playwright Page
* Playwright Locator
* @typedef {import('@playwright/test').Locator} Locator
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/end2end/playwright/pages/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BasePage } from './base';
*/

/**
* Playwright Page
* Playwright Locator
* @typedef {import('@playwright/test').Locator} Locator
*/

Expand Down

0 comments on commit da9c5e0

Please sign in to comment.