fix(suite_messaging): Solved incorrect import

Replaced `steps.startupSteps` to `steps.commonInitSteps`
This commit is contained in:
Noelia 2022-11-22 15:07:10 +01:00 committed by Noelia
parent 78d23ccde8
commit b9fd986c56
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
sys.path.append(os.path.join(os.path.dirname(__file__), "../../../testSuites/global_shared/")) sys.path.append(os.path.join(os.path.dirname(__file__), "../../../testSuites/global_shared/"))
sys.path.append(os.path.join(os.path.dirname(__file__), "../../../src/")) sys.path.append(os.path.join(os.path.dirname(__file__), "../../../src/"))
import steps.startupSteps as init_steps import steps.commonInitSteps as init_steps
# Global properties for the specific feature # Global properties for the specific feature
_user = "tester123" _user = "tester123"