fix UI errors
This commit is contained in:
parent
e361228b48
commit
2dc4ffd99f
11 changed files with 59 additions and 44 deletions
|
|
@ -63,7 +63,7 @@ test("should interact with global variables", async ({ page }) => {
|
|||
.nth(0)
|
||||
.click();
|
||||
await page.getByTestId("icon-Trash2").click();
|
||||
await page.getByText("No Rows To Show").isVisible();
|
||||
await page.getByText("No data available").isVisible();
|
||||
});
|
||||
|
||||
test("should see shortcuts", async ({ page }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue