mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-12-01 03:47:55 +08:00
chore: fix test
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { AuthTestUtils } from '../../support/auth-utils';
|
||||
import {
|
||||
AddPageSelectors,
|
||||
DatabaseGridSelectors,
|
||||
CheckboxSelectors,
|
||||
DatabaseGridSelectors,
|
||||
waitForReactUpdate
|
||||
} from '../../support/selectors';
|
||||
import { AuthTestUtils } from '../../support/auth-utils';
|
||||
import { generateRandomEmail } from '../../support/test-config';
|
||||
|
||||
describe('Checkbox Column Type', () => {
|
||||
@@ -69,6 +69,7 @@ describe('Checkbox Column Type', () => {
|
||||
cy.log('[STEP 10] No checkbox cells found, cell interaction test completed');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
cy.log('[STEP 12] Test completed successfully');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user