Skip to content

Commit d5ed05a

Browse files
chore: tslint errors
1 parent ba3e0a3 commit d5ed05a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

e2e/ui-tests-app/e2e/suites/tab-navigation/tabs/tabs-tests.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { setImageName } from "../../../helpers/image-helper";
55

66
const suite = "tab-navigation";
77
const spec = "tabs";
8-
const imagePrefix = `${suite}-${spec}`
8+
const imagePrefix = `${suite}-${spec}`;
99

1010
describe(`${imagePrefix}-suite`, async function () {
1111
let driver: AppiumDriver;

e2e/ui-tests-app/e2e/suites/tab-navigation/tabs/tabs-view-base-page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export class TabsViewBasePage extends TabNavigationBasePage {
1515
if (this._driver.isIOS) {
1616
items.shift();
1717
}
18+
1819
return items;
1920
}
2021

0 commit comments

Comments
 (0)