Skip to content
Draft
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
3 changes: 1 addition & 2 deletions playwright/e2e/versions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,5 @@
await expect(editor.getHeading({ name: 'V2' })).toBeVisible()
// current version
await versions.getByRole('link').nth(0).click()
// https://github.com/nextcloud/viewer/issues/3052
// await expect(editor.getHeading({ name: 'V3' })).toBeVisible()
await expect(editor.getHeading({ name: 'V3' })).toBeVisible()

Check failure on line 84 in playwright/e2e/versions.spec.ts

View workflow job for this annotation

GitHub Actions / test

[chromium] › playwright/e2e/versions.spec.ts:48:2 › Versions with distant timestamps › Show up

2) [chromium] › playwright/e2e/versions.spec.ts:48:2 › Versions with distant timestamps › Show up Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) 82 | // current version 83 | await versions.getByRole('link').nth(0).click() > 84 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible() | ^ 85 | } 86 | at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:84:50) at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:51:3

Check failure on line 84 in playwright/e2e/versions.spec.ts

View workflow job for this annotation

GitHub Actions / test

[chromium] › playwright/e2e/versions.spec.ts:48:2 › Versions with distant timestamps › Show up

2) [chromium] › playwright/e2e/versions.spec.ts:48:2 › Versions with distant timestamps › Show up Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) 82 | // current version 83 | await versions.getByRole('link').nth(0).click() > 84 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible() | ^ 85 | } 86 | at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:84:50) at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:51:3

Check failure on line 84 in playwright/e2e/versions.spec.ts

View workflow job for this annotation

GitHub Actions / test

[chromium] › playwright/e2e/versions.spec.ts:48:2 › Versions with distant timestamps › Show up

2) [chromium] › playwright/e2e/versions.spec.ts:48:2 › Versions with distant timestamps › Show up Error: expect(locator).toBeVisible() failed Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) 82 | // current version 83 | await versions.getByRole('link').nth(0).click() > 84 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible() | ^ 85 | } 86 | at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:84:50) at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:51:3

Check failure on line 84 in playwright/e2e/versions.spec.ts

View workflow job for this annotation

GitHub Actions / test

[chromium] › playwright/e2e/versions.spec.ts:30:2 › Versions with close timestamps › Show up separately

1) [chromium] › playwright/e2e/versions.spec.ts:30:2 › Versions with close timestamps › Show up separately Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) 82 | // current version 83 | await versions.getByRole('link').nth(0).click() > 84 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible() | ^ 85 | } 86 | at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:84:50) at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:33:3

Check failure on line 84 in playwright/e2e/versions.spec.ts

View workflow job for this annotation

GitHub Actions / test

[chromium] › playwright/e2e/versions.spec.ts:30:2 › Versions with close timestamps › Show up separately

1) [chromium] › playwright/e2e/versions.spec.ts:30:2 › Versions with close timestamps › Show up separately Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) 82 | // current version 83 | await versions.getByRole('link').nth(0).click() > 84 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible() | ^ 85 | } 86 | at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:84:50) at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:33:3

Check failure on line 84 in playwright/e2e/versions.spec.ts

View workflow job for this annotation

GitHub Actions / test

[chromium] › playwright/e2e/versions.spec.ts:30:2 › Versions with close timestamps › Show up separately

1) [chromium] › playwright/e2e/versions.spec.ts:30:2 › Versions with close timestamps › Show up separately Error: expect(locator).toBeVisible() failed Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'V3' }) 82 | // current version 83 | await versions.getByRole('link').nth(0).click() > 84 | await expect(editor.getHeading({ name: 'V3' })).toBeVisible() | ^ 85 | } 86 | at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:84:50) at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:33:3
}
Loading