Skip to content

Commit

Permalink
added test for the same
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish8689 committed Jan 22, 2025
1 parent 7976fc8 commit 744962a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export const fillDescriptionDetails = async (
await page.fill(descriptionBox, description);

await page.click('[data-testid="save"]');

await expect(
page.locator('.InovuaReactDataGrid__cell--cell-active')
).not.toContainText('<p>');
};

export const fillOwnerDetails = async (page: Page, owners: string[]) => {
Expand Down

0 comments on commit 744962a

Please sign in to comment.