testdriverai 7.9.32-test → 7.9.33-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -53,7 +53,7 @@ describe("Chrome Extension Test", () => {
|
|
|
53
53
|
// When clicked, it shows a popup with "Hello Extensions"
|
|
54
54
|
|
|
55
55
|
// Click on the extensions button (puzzle piece icon) in Chrome toolbar
|
|
56
|
-
const extensionsButton = await testdriver.find("The extensions button in the Chrome toolbar", {zoom: true});
|
|
56
|
+
const extensionsButton = await testdriver.find("The extensions button in the Chrome toolbar", {zoom: true, verify: true});
|
|
57
57
|
await extensionsButton.click();
|
|
58
58
|
|
|
59
59
|
// Look for the hello world extension in the extensions menu
|