Skip to content

Commit

Permalink
Cleanup + set TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristi-Fogel committed Mar 29, 2024
1 parent 5f5e2d3 commit 9d7be62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/RS_ClientApp.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ test('Browser check', async ({page})=>
await page.locator("div li").first().waitFor(); //wait until they show up (1st item in list is populated with data)

const bool = await page.locator("h3:has-text('Zara Coat 3')").isVisible(); //check that it exists -- returns boolean value

expect(bool).toBeTruthy();
expect(bool).toBeTruthy(); //TODO: check evauluation if not fixed at end of course
})

0 comments on commit 9d7be62

Please sign in to comment.