mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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:
parent
0a12c47b35
commit
e433acfc49
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue