Skip to content
Open
Show file tree
Hide file tree
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "module",
"private": true,
"dependencies": {
"@inkandswitch/patchwork": "^0.7.3",
"@inkandswitch/patchwork-pkg-base": "^0.0.57"
"@inkandswitch/patchwork": "^0.8.3",
"@inkandswitch/patchwork-pkg-base": "^0.0.65"
},
"devDependencies": {
"@inkandswitch/patchwork-e2e": "^0.2.0",
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions playwright-report/data/3a11c5b1af71772643d73bc18a1a65d7ca545472.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Instructions

- Following Playwright test failed.
- Explain why, be concise, respect Playwright best practices.
- Provide a snippet of code with the fix, if possible.

# Test info

- Name: cross-profile-sync.spec.js >> a markdown doc round-trips between two profiles via the sync server
- Location: node_modules/.pnpm/@inkandswitch+patchwork-e2e@0.2.0/node_modules/@inkandswitch/patchwork-e2e/dist/tests/cross-profile-sync.spec.js:71:1

# Error details

```
Error: expect(locator).toBeVisible() failed

Locator: locator('.cm-content').first()
Expected: visible
Timeout: 30000ms
Error: element(s) not found

Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('.cm-content').first()

```
55 changes: 55 additions & 0 deletions playwright-report/data/50acf67b203bf06e7c1c782a6b148dfa9293bac9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Instructions

- Following Playwright test failed.
- Explain why, be concise, respect Playwright best practices.
- Provide a snippet of code with the fix, if possible.

# Test info

- Name: offline.spec.js >> the app boots from the SW cache while offline and keeps its docs
- Location: node_modules/.pnpm/@inkandswitch+patchwork-e2e@0.2.0/node_modules/@inkandswitch/patchwork-e2e/dist/tests/offline.spec.js:35:1

# Error details

```
Error: expect(received).toBe(expected) // Object.is equality

Expected: 0
Received: 2

Call Log:
- Timeout 30000ms exceeded while waiting on the predicate
```

# Page snapshot

```yaml
- generic [ref=e5]:
- complementary [ref=e6]: research grade software. do not share links. sharing a doc is sharing your account.
- generic [ref=e11]:
- button "Hide sidebar" [pressed] [ref=e12] [cursor=pointer]:
- img [ref=e13]
- generic [ref=e15]:
- generic [ref=e16]:
- complementary [ref=e21]:
- tree [ref=e22]:
- generic [ref=e23]:
- button "create new" [ref=e25]:
- img [ref=e26]
- generic [ref=e29]:
- img [ref=e30]
- textbox "Filter by title" [ref=e33]
- group [ref=e35]:
- treeitem "Examples" [ref=e36]:
- button "expand Examples" [ref=e37] [cursor=pointer]:
- img [ref=e38]
- generic [ref=e40]: Examples
- contentinfo [ref=e42]:
- button "Account" [ref=e43] [cursor=pointer]:
- img [ref=e48]
- button "Packages" [ref=e51] [cursor=pointer]
- button "Settings" [ref=e52] [cursor=pointer]
- button "Toggle or resize sidebar" [ref=e53]
- 'button "Theme: lychee" [ref=e59] [cursor=pointer]'
- generic [ref=e63]: Select a document in the sidebar
```
Binary file not shown.
Loading
Loading