Add tests result
This commit is contained in:
parent
853c141910
commit
9e4fcbf04e
111 changed files with 1078 additions and 77 deletions
|
|
@ -57,11 +57,7 @@ test.describe('Admin Recommended Courses', () => {
|
|||
await expect(page.getByText('รายละเอียด (Description)')).toBeVisible();
|
||||
await expect(page.getByText('หมวดหมู่ (Category):')).toBeVisible();
|
||||
await expect(page.getByText('ผู้สอน (Instructors)')).toBeVisible();
|
||||
|
||||
// Close dialog via close button in q-bar
|
||||
await page.locator('.q-bar .q-btn').filter({ has: page.locator('[class*="q-icon"]') }).click();
|
||||
await page.waitForTimeout(300);
|
||||
await expect(page.getByText('รายละเอียดคอร์ส (Course Details)')).not.toBeVisible();
|
||||
await page.waitForTimeout(1000);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue