Relative Content

Tag Archive for javascriptautomated-testsplaywrightassertionweb-testing

Playwright/Javascript: Assert a specific element is PRESENT within a specific div

Using a Playwright/Javascript framework, I am trying to validate a specific element “Draft project brief” card IS PRESENT within the specific “To Do” column.
“Draft” card should be present in “To do” column
Here is the DOM file with the “Draft” card highlighted.
“Draft” card HTML
Another look at the DOM file showing the “To Do” column highlighted.
“To Do” column with “Draft” card nested