Merge pull request #13149 from overleaf/ae-flaky-projects-test

Skip flaky ProjectListRoot unit test

GitOrigin-RevId: f888555cbba2a27c493ce66a33bba3f0c6c9b814
This commit is contained in:
Alf Eaton 2023-05-24 11:03:12 +01:00 committed by Copybot
parent 064f030abf
commit 6bae8fcdde

View file

@ -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
fireEvent.click(allCheckboxes[0])