Skip to content

Commit

Permalink
chore(appium): execute friends tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Jan 17, 2024
1 parent 0afad3c commit 74ceede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/suites/MainTests/02-UplinkWindows.suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require("module-alias/register");
import createAccountTests from "@specs/01-create-account.spec";
import chatsTests from "@specs/02-chats.spec";
import filesTests from "@specs/03-files.spec";
import friendsTests from "@specs/04-friends.spec";
import settingsProfileTests from "@specs/05-settings-profile.spec";
import settingsGeneralTests from "@specs/06-settings-general.spec";
import settingsMessagesTests from "@specs/15-settings-messages.spec";
Expand All @@ -15,6 +16,7 @@ import settingsDeveloperTests from "@specs/13-settings-developer.spec";
import importAccountTests from "@specs/16-import-account.spec";

describe("MacOS Tests", function () {
describe("Friends Screen Tests", friendsTests.bind(this));
describe("Create Pin and Account Tests", createAccountTests.bind(this));
describe("Chats Main Screen Tests", chatsTests.bind(this));
describe("Files Screen Tests", filesTests.bind(this));
Expand Down

0 comments on commit 74ceede

Please sign in to comment.