Skip to content

Commit

Permalink
test(update): go to chat and do not maximize
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed May 9, 2024
1 parent 7a248ed commit dc1211b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions tests/specs/12-settings-licenses.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ export default async function settingsLicensesTests() {

// Go to Settings Licenses Screen
await SettingsAboutScreen.goToLicensesSettings();

// Change screen to not be full size and validate settings screen is displayed
if (currentDriver === MACOS_DRIVER) {
await maximizeWindow();
}
await SettingsLicensesScreen.waitForIsShown(true);

// Validate the header and description texts from MIT license
Expand Down
3 changes: 1 addition & 2 deletions tests/specs/13-settings-developer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ export default async function settingsDeveloperTests() {
await SettingsDeveloperScreen.validateSaveLogsIsDisabled();
});

// Test skipped since it fails on Windows CI
xit("Settings Developer - Enable Developer Mode", async () => {
it("Settings Developer - Enable Developer Mode", async () => {
// Click on DEVELOPER MODE switch to activate the option
await SettingsDeveloperScreen.clickOnDeveloperMode();

Expand Down
1 change: 1 addition & 0 deletions tests/specs/reusable-accounts/04-message-input.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export default async function chatInputTests() {
// With Chat User A, validate message with with ** markdown was received in bolds
await activateFirstApplication();

await ChatsSidebar.goToSidebarChat("ChatUserB");
await InputBar.waitForIsShown(true);
await MessageRemote.waitForReceivingMessage("**Bolds1**");
const messageContentsBoldsOne =
Expand Down

0 comments on commit dc1211b

Please sign in to comment.