You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace all improper monomer locators that usually looks like: await page.getByText('SMCC').locator('..').first().click(); await page.getByText('1Nal').locator('..').first().click(); await page.getByText('F1').locator('..');
and similar (HINT: such locators usually has .locator('..') and monomer name in getByText)
with getMonomerLocator hepler function
The text was updated successfully, but these errors were encountered:
Replace all improper monomer locators that usually looks like:
await page.getByText('SMCC').locator('..').first().click();
await page.getByText('1Nal').locator('..').first().click();
await page.getByText('F1').locator('..');
and similar (HINT: such locators usually has
.locator('..')
and monomer name ingetByText
)with
getMonomerLocator
hepler functionThe text was updated successfully, but these errors were encountered: