Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
update tests
  • Loading branch information
Peter committed Jan 19, 2022
1 parent c26a870 commit d938ec9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -199,7 +199,7 @@ describe("SegmentSelectorEditorTest", function () {
});

it('should display autocomplete dropdown options correctly with lower case', async function() {
await page.click('.select-wrapper');
await page.click('.expandableSelector .select-wrapper');
await page.waitForSelector('.expandableList');
await page.type('.expandableSelector', 'event');
await page.waitForTimeout(100);
Expand Down

0 comments on commit d938ec9

Please sign in to comment.