Skip to content

Commit

Permalink
Merge branch 'main' into fix/composite-context-scoping
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed May 21, 2024
2 parents b86ffeb + 8ec9c8c commit 4515b34
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
1 change: 1 addition & 0 deletions examples/menubar-navigation/test-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ test("show menus by hovering over items and subitems", async ({ page }) => {
await expect(q.menu("Services")).not.toBeFocused();

await q.menuitem("Company").hover();
await q.menuitem("Company").hover({ position: { x: 10, y: 10 } });
await expect(q.menuitem("Company")).not.toBeFocused();
await expect(q.menu("Services")).not.toBeVisible();
await expect(q.menu("Company")).toBeVisible();
Expand Down
43 changes: 23 additions & 20 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
"@radix-ui/react-select": "2.0.0",
"@stackblitz/sdk": "1.10.0",
"@stripe/react-stripe-js": "2.7.1",
"@stripe/stripe-js": "3.4.0",
"@tanstack/react-query": "5.36.2",
"@stripe/stripe-js": "3.4.1",
"@tanstack/react-query": "5.37.1",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@types/babel__core": "7.20.5",
"@types/cross-spawn": "6.0.6",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.17.3",
"@types/lodash": "4.17.4",
"@types/lodash-es": "4.17.12",
"@types/marked": "5.0.2",
"@types/node": "20.12.12",
Expand Down Expand Up @@ -173,7 +173,7 @@
"resolve-from": "5.0.0",
"rimraf": "5.0.7",
"sharp": "0.33.4",
"shiki": "1.5.2",
"shiki": "1.6.0",
"stripe": "15.7.0",
"stylelint": "16.5.0",
"stylelint-config-standard": "36.0.0",
Expand Down

0 comments on commit 4515b34

Please sign in to comment.