Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/hash-playwright/tests/extension/browser-plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ test.skip("user can type a quick note which persists across logouts", async ({
// @todo verify the correct WebSocket message is sent to the API when
// `Suggest entities` is clicked β€” see
// https://github.com/microsoft/playwright/issues/15684#issuecomment-1892644655
test("user can configure a one-off inference, and the settings are persisted", async ({
test.skip("user can configure a one-off inference, and the settings are persisted", async ({
page,
extensionId,
}) => {
Expand Down Expand Up @@ -288,7 +288,7 @@ test("user can configure a one-off inference, and the settings are persisted", a
* page triggers automatic inference β€” see
* https://github.com/microsoft/playwright/issues/15684#issuecomment-1892644655
*/
test("user can enable automatic inference, and the settings are persisted", async ({
test.skip("user can enable automatic inference, and the settings are persisted", async ({
Comment thread
claude[bot] marked this conversation as resolved.
page,
extensionId,
}) => {
Expand Down
Loading