web-stories-wp
web-stories-wp copied to clipboard
End to end test: should let me see and update shopping provider settings
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 | });