[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-06-27 03:01:57 +00:00 committed by Gabriel Luiz Freitas Almeida
commit 63e6c0ab7f

View file

@ -118,8 +118,6 @@ test("TextInputOutputComponent", async ({ page }) => {
await page.getByTitle("zoom out").click();
await page.getByTitle("zoom out").click();
const component3 = await page.locator(
'//*[@id="react-flow-id"]/div/div[1]/div[1]/div/div[2]/div[3]',
);
@ -136,7 +134,6 @@ test("TextInputOutputComponent", async ({ page }) => {
component2.blur();
component3.blur();
await page.mouse.up();
await element4.hover();