Skip to content

Commit

Permalink
fix(suite_messaging): Solved incorrect import
Browse files Browse the repository at this point in the history
Replaced `steps.startupSteps` to `steps.commonInitSteps`
  • Loading branch information
noeliaSD committed Nov 22, 2022
1 parent f077cd8 commit 82aca08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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__), "../../../src/"))

import steps.startupSteps as init_steps
import steps.commonInitSteps as init_steps

# Global properties for the specific feature
_user = "tester123"
Expand Down

0 comments on commit 82aca08

Please sign in to comment.