Skip to content

Commit

Permalink
Delete unnecesary step
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Feb 6, 2024
1 parent 509cab6 commit 03e7233
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ describe('Test Contact Search with Barcode Scanner', async () => {
it('Search should display correct results, clear search should display all contacts', async () => {
await commonPage.sync(true);
await browser.refresh();
await waitForContactLoaded(true);
await commonPage.goToPeople();
await browser.refresh();
await searchPage.performBarcodeSearch(barcodeImagePath);
await commonPage.waitForLoaders();
expect(await contactPage.getAllLHSContactsNames()).to.have.members([
Expand Down

0 comments on commit 03e7233

Please sign in to comment.