Skip to content

Commit

Permalink
chore(appium): skip impor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Mar 26, 2024
1 parent ab20f3f commit d74df38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/suites/MainTests/02-UplinkWindows.suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ import settingsAccessibilityTests from "@specs/10-settings-accessibility.spec";
import settingsAboutTests from "@specs/11-settings-about.spec";
import settingsLicensesTests from "@specs/12-settings-licenses.spec";
import settingsDeveloperTests from "@specs/13-settings-developer.spec";
import importAccountTests from "@specs/16-import-account.spec";

describe("Windows Tests", function () {
describe("Create Pin and Account Tests", createAccountTests.bind(this));
describe("Import Account Tests", importAccountTests.bind(this));
describe("Chats Main Screen Tests", chatsTests.bind(this));
describe("Files Screen Tests", filesTests.bind(this));
describe("Settings Profile Tests", settingsProfileTests.bind(this));
Expand Down

0 comments on commit d74df38

Please sign in to comment.