Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Oct 22, 2024
1 parent a7d0d1d commit a6d8b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`PickerInput should open body 1`] = `
<div>
<div
class="container uui-input-box -clickable uui-focus root uui-picker_toggler uui-size-36 mode-form"
tabindex="-1"
tabindex="0"
>
<div
class="body"
Expand Down

0 comments on commit a6d8b71

Please sign in to comment.