|
|
@ -686,6 +686,8 @@ test.describe('Field Aggregation', () => { |
|
|
|
option: users[0], |
|
|
|
option: users[0], |
|
|
|
multiSelect: false, |
|
|
|
multiSelect: false, |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
await page.reload(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
test.afterEach(async () => { |
|
|
|
test.afterEach(async () => { |
|
|
@ -693,8 +695,6 @@ test.describe('Field Aggregation', () => { |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
test('Aggregation Grid Test', async ({ page }) => { |
|
|
|
test('Aggregation Grid Test', async ({ page }) => { |
|
|
|
// Write your test here
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for (const x of Object.entries(verificationData)) { |
|
|
|
for (const x of Object.entries(verificationData)) { |
|
|
|
const colName = x[0]; |
|
|
|
const colName = x[0]; |
|
|
|
|
|
|
|
|
|
|
|