@atomic-testing/component-driver-html
Advanced tools
Comparing version 0.27.0 to 0.28.0
@@ -1,4 +0,4 @@ | ||
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, LocatorChain } from '@atomic-testing/core'; | ||
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, PartLocator } from '@atomic-testing/core'; | ||
export declare class HTMLHiddenInputDriver extends ComponentDriver<{}> implements IInputDriver<string | null> { | ||
constructor(locator: LocatorChain, interactor: Interactor, option?: IComponentDriverOption); | ||
constructor(locator: PartLocator, interactor: Interactor, option?: IComponentDriverOption); | ||
getValue(): Promise<string | null>; | ||
@@ -5,0 +5,0 @@ setValue(value: string | null): Promise<boolean>; |
@@ -1,4 +0,4 @@ | ||
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, LocatorChain } from '@atomic-testing/core'; | ||
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, PartLocator } from '@atomic-testing/core'; | ||
export declare class HTMLTextInputDriver extends ComponentDriver<{}> implements IInputDriver<string | null> { | ||
constructor(locator: LocatorChain, interactor: Interactor, option?: IComponentDriverOption); | ||
constructor(locator: PartLocator, interactor: Interactor, option?: IComponentDriverOption); | ||
getValue(): Promise<string | null>; | ||
@@ -5,0 +5,0 @@ setValue(value: string | null): Promise<boolean>; |
{ | ||
"name": "@atomic-testing/component-driver-html", | ||
"version": "0.27.0", | ||
"version": "0.28.0", | ||
"description": "HTML component driver for atomic-testing", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@atomic-testing/core": "0.27.0" | ||
"@atomic-testing/core": "0.28.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -1,5 +0,5 @@ | ||
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, LocatorChain } from '@atomic-testing/core'; | ||
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, PartLocator } from '@atomic-testing/core'; | ||
export class HTMLHiddenInputDriver extends ComponentDriver<{}> implements IInputDriver<string | null> { | ||
constructor(locator: LocatorChain, interactor: Interactor, option?: IComponentDriverOption) { | ||
constructor(locator: PartLocator, interactor: Interactor, option?: IComponentDriverOption) { | ||
super(locator, interactor, { | ||
@@ -6,0 +6,0 @@ ...option, |
@@ -1,5 +0,5 @@ | ||
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, LocatorChain } from '@atomic-testing/core'; | ||
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, PartLocator } from '@atomic-testing/core'; | ||
export class HTMLTextInputDriver extends ComponentDriver<{}> implements IInputDriver<string | null> { | ||
constructor(locator: LocatorChain, interactor: Interactor, option?: IComponentDriverOption) { | ||
constructor(locator: PartLocator, interactor: Interactor, option?: IComponentDriverOption) { | ||
super(locator, interactor, { | ||
@@ -6,0 +6,0 @@ ...option, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
51690
+ Added@atomic-testing/core@0.28.0(transitive)
- Removed@atomic-testing/core@0.27.0(transitive)
Updated@atomic-testing/core@0.28.0