mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-01 21:31:04 +00:00
Increase timeout to prevent failing on teardown (#2524)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
06f106bd36
commit
bea418d46c
@ -66,6 +66,7 @@ test('issues-status-display', async ({ page }) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
test('save-view-options', async ({ page }) => {
|
test('save-view-options', async ({ page }) => {
|
||||||
|
test.setTimeout(45000)
|
||||||
const panels = ['Issues', 'Active', 'Backlog']
|
const panels = ['Issues', 'Active', 'Backlog']
|
||||||
await navigate(page)
|
await navigate(page)
|
||||||
for (const viewletSelector of [ViewletSelectors.Board, ViewletSelectors.Table]) {
|
for (const viewletSelector of [ViewletSelectors.Board, ViewletSelectors.Table]) {
|
||||||
@ -107,6 +108,7 @@ test('my-issues', async ({ page }) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
test('report-time-from-issue-card', async ({ page }) => {
|
test('report-time-from-issue-card', async ({ page }) => {
|
||||||
|
test.setTimeout(45000)
|
||||||
await navigate(page)
|
await navigate(page)
|
||||||
const assignee = 'Chen Rosamund'
|
const assignee = 'Chen Rosamund'
|
||||||
const status = 'In Progress'
|
const status = 'In Progress'
|
||||||
|
Loading…
Reference in New Issue
Block a user