Skip to content

Commit

Permalink
chore: update dependency @docsearch/js to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and splincode committed Dec 16, 2024
1 parent 8374088 commit c0225cc
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 24 deletions.
79 changes: 61 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ test.describe('ComboBox', () => {
test(`search shouldn't be reset if an exact match is entered when strict is ${strict}`, async ({
page,
}) => {
await tuiGoto(
page,
`components/combo-box/API?strict=${strict}&sandboxExpanded=true`,
);

const {apiPageExample} = new TuiDocumentationPagePO(page);

const comboBoxPO = new TuiComboBoxPO(apiPageExample);
const textfield = comboBoxPO.textfield.first();

await page.waitForTimeout(300); // safari flaky

await tuiGoto(
page,
`components/combo-box/API?strict=${strict}&sandboxExpanded=true`,
);

await expect(page).toHaveScreenshot(
`search-should-not-be-reset-strict-${strict}.png`,
);
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/platform-server": "16.2.12",
"@angular/router": "16.2.12",
"@docsearch/js": "3.8.0",
"@docsearch/js": "3.8.1",
"@ng-web-apis/universal": "4.11.1",
"@nguniversal/builders": "16.2.0",
"@nguniversal/express-engine": "16.2.0",
Expand Down

0 comments on commit c0225cc

Please sign in to comment.