feat(testing): Added prefexing to user email and project which will be deleted by each worker on reset and some cleanups

This commit is contained in:
Muhammed Mustafa
2022-10-27 14:02:33 +05:30
parent 8495d03f65
commit 86db88cce7
18 changed files with 319 additions and 160 deletions

View File

@@ -19,7 +19,7 @@ test.describe('Multi select', () => {
await grid.addNewRow({index: 0, value: "Row 0"});
})
test.only('Select and clear options and rename options', async () => {
test('Select and clear options and rename options', async () => {
await grid.cell.selectOption.select({index: 0, columnHeader: 'MultiSelect', option: 'Option 1', multiSelect: true});
await grid.cell.selectOption.verify({index: 0, columnHeader: 'MultiSelect', option: 'Option 1', multiSelect: true});