Skip to content

Commit

Permalink
[e2e]: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Oct 24, 2024
1 parent 0653776 commit 57782e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const OPTION_TEXT = {
FRANCE_GARGES: 'Garges-lès-GonesseEurope / France',
};

test.only(DocExamplePath['pickerInput/LazyTreeInput'], async ({ pageWrapper }, testInfo) => {
test(DocExamplePath['pickerInput/LazyTreeInput'], async ({ pageWrapper }, testInfo) => {
const { pageObject, expectScreenshot } = await setupDocExampleTest({
testInfo,
pageWrapper,
Expand Down

0 comments on commit 57782e3

Please sign in to comment.