monaco-page-objects
Advanced tools
Comparing version 3.12.0 to 3.13.0
@@ -42,3 +42,3 @@ "use strict"; | ||
const title = yield element.getAttribute(ViewTitlePart.locators.ViewTitlePart.actionLabel); | ||
actions.push(yield new TitleActionButton(TitleActionButton.locators.ViewTitlePart.actionContstructor(title), this).wait()); | ||
actions.push(yield new TitleActionButton(TitleActionButton.locators.ViewTitlePart.actionConstructor(title), this).wait()); | ||
} | ||
@@ -55,3 +55,3 @@ return actions; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
return new TitleActionButton(TitleActionButton.locators.ViewTitlePart.actionContstructor(title), this); | ||
return new TitleActionButton(TitleActionButton.locators.ViewTitlePart.actionConstructor(title), this); | ||
}); | ||
@@ -58,0 +58,0 @@ } |
@@ -211,3 +211,3 @@ import { By, WebElement } from "selenium-webdriver"; | ||
actionLabel: string; | ||
actionContstructor: (title: string) => By; | ||
actionConstructor: (title: string) => By; | ||
}; | ||
@@ -214,0 +214,0 @@ ViewContent: { |
{ | ||
"name": "monaco-page-objects", | ||
"version": "3.12.0", | ||
"version": "3.13.0", | ||
"description": "Page Objects for Monaco Editor", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
417567
4978
5