mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #10884 from overleaf/ae-project-test-timeout
Increase timeout for a ProjectListTable test GitOrigin-RevId: 78b02d45b766b684ad8054974a14b572c577e0c3
This commit is contained in:
@@ -64,6 +64,8 @@ describe('<ProjectListTable />', function () {
|
||||
})
|
||||
|
||||
it('renders project title, owner, last modified, and action buttons', async function () {
|
||||
this.timeout(10000)
|
||||
|
||||
renderWithProjectListContext(<ProjectListTable />)
|
||||
await fetchMock.flush(true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user