Skip to content

Commit

Permalink
add Locator import
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchudy committed Aug 21, 2024
1 parent bd98757 commit d11bd44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable max-len */
import { expect, test } from '@playwright/test';
import { expect, Locator, test } from '@playwright/test';
import moment from 'moment';

// locators
Expand Down

0 comments on commit d11bd44

Please sign in to comment.