mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 22:59:01 +02:00
Merge pull request #13149 from overleaf/ae-flaky-projects-test
Skip flaky ProjectListRoot unit test GitOrigin-RevId: f888555cbba2a27c493ce66a33bba3f0c6c9b814
This commit is contained in:
+2
-1
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user