Skip to content

Commit 0f830ab

Browse files
chore: typo
1 parent ec36504 commit 0f830ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/interfaces/ns-capabilities.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { IDevice } from "mobile-devices-controller";
22
export declare enum AutomationName {
3-
UiAutomator2 = "UiAutomator2",
3+
UiAutomator2 = "UIAutomator2",
44
Appium = "Appium",
5-
XCUITest = "XCUITest",
5+
XCUITest = "XCUITest"
66
}
77
export interface INsCapabilities {
88
projectDir: string;

lib/interfaces/ns-capabilities.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { IDevice } from "mobile-devices-controller";
22

33
export enum AutomationName {
4-
UiAutomator2 = "UiAutomator2",
4+
UiAutomator2 = "UIAutomator2",
55
Appium = "Appium",
66
XCUITest = "XCUITest",
77
}

0 commit comments

Comments
 (0)