fix UI errors

This commit is contained in:
cristhianzl 2024-05-03 18:17:49 -03:00
commit 2dc4ffd99f
11 changed files with 59 additions and 44 deletions

View file

@ -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 }) => {