Test(Hotfix) Fix import module (#11991)
* Test(Hotfix) Fix import module * test(suite_messaging) tst_OneToOneChatFlow skipped
This commit is contained in:
parent
5fb057f61f
commit
22d1913f47
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue