79597859

Date: 2025-04-29 07:57:09
Score: 1
Natty:
Report link

You need to add following line in your code prior to the line containing fill.

await expect(pageFixture.page.locator("//input[@formcontrolname='min_quantum']")).toBeVisible();

It will make sure the element is visible before using fill action.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sajid