web-stories-wp icon indicating copy to clipboard operation
web-stories-wp copied to clipboard

End to end test: should let me see and update shopping provider settings

Open timarney opened this issue 2 years ago • 0 comments

Feature Description

Test failing to find None in provider dropdown

TimeoutError: Element [role="listbox"] li (text: "None") not found
    waiting for function failed: timeout 2000ms exceeded
      46 |       text: 'Shopify',
      47 |     });
    > 48 |     await expect(page).toClick('[role="listbox"] li', { text: 'None' });
         |     ^
      49 |     await expect(page).toMatchElement(shoppingProviderDropdownSelector, {
      50 |       text: 'None',
      51 |     });

Alternatives Considered

Additional Context

timarney avatar Jul 25 '22 11:07 timarney