From 22d1913f4786ebb4f7f5d47e5a8cf452cc76ae5a Mon Sep 17 00:00:00 2001 From: Vladimir Druzhinin <128374224+StateOf-Vlado@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:32:43 +0200 Subject: [PATCH] Test(Hotfix) Fix import module (#11991) * Test(Hotfix) Fix import module * test(suite_messaging) tst_OneToOneChatFlow skipped --- test/ui-test/src/drivers/aut.py | 2 +- .../suite_messaging/tst_OneToOneChatFlow/test.feature | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/ui-test/src/drivers/aut.py b/test/ui-test/src/drivers/aut.py index d66e591672..9b546dc5f2 100644 --- a/test/ui-test/src/drivers/aut.py +++ b/test/ui-test/src/drivers/aut.py @@ -8,7 +8,7 @@ from screens.main_window import MainWindow from utils.system_path import SystemPath import configs -from scripts.utils import local_system +from utils import local_system from . import context diff --git a/test/ui-test/testSuites/suite_messaging/tst_OneToOneChatFlow/test.feature b/test/ui-test/testSuites/suite_messaging/tst_OneToOneChatFlow/test.feature index fc625c8623..91eda26c36 100644 --- a/test/ui-test/testSuites/suite_messaging/tst_OneToOneChatFlow/test.feature +++ b/test/ui-test/testSuites/suite_messaging/tst_OneToOneChatFlow/test.feature @@ -12,6 +12,7 @@ Feature: Status Desktop One to One Chat Flows When the user "Athletic" logs in with password "TesTEr16843/!@00" And the user lands on the signed in app + @mayfail Scenario: The user can create a one to chat When the user maximizes the "1" application window And the user opens the chat section