mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 05:46:57 +00:00
feat(testing): Added mysql support
This commit is contained in:
@@ -42,7 +42,7 @@ test.describe('Single select', () => {
|
||||
await grid.verifyRowDoesNotExist({index: 0});
|
||||
});
|
||||
|
||||
test.skip('Remove a option, reorder option and delete the column', async () => {
|
||||
test('Remove a option, reorder option and delete the column', async () => {
|
||||
await grid.cell.selectOption.select({index: 0, columnHeader: 'SingleSelect', option: 'Option 1'});
|
||||
await grid.column.selectOption.addOption({index: 2, option: 'Option 3', columnTitle: 'SingleSelect'});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user