Closed jecfish closed 2 years ago
Steps:
Observe the step below is transform to
// json { "type": "waitForElement", "selectors": ["div.pay-container li"], "operator": "==", "count": 2 } // wdio await expect(browser.$("div.pay-container li")).toBeElementsArrayOfSize(2)
browser.$$
Expect the step transform correctly to $$.
$$
fixed and published as v0.3.3
v0.3.3
Steps:
Observe the step below is transform to
browser.$$
. Script rerun successfully.Expect the step transform correctly to
$$
.