mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #13149 from overleaf/ae-flaky-projects-test
Skip flaky ProjectListRoot unit test GitOrigin-RevId: f888555cbba2a27c493ce66a33bba3f0c6c9b814
This commit is contained in:
parent
064f030abf
commit
6bae8fcdde
1 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,8 @@ describe('<ProjectListRoot />', function () {
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('only checks the projects that are viewable when there is a load more button', async function () {
|
// eslint-disable-next-line mocha/no-skipped-tests
|
||||||
|
it.skip('only checks the projects that are viewable when there is a load more button', async function () {
|
||||||
// first one is the select all checkbox
|
// first one is the select all checkbox
|
||||||
fireEvent.click(allCheckboxes[0])
|
fireEvent.click(allCheckboxes[0])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue