-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OZ-715: Introducing test profiles + renamed "goTo" to "navigateTo" routines. #112
Conversation
77d52a5
to
da580f7
Compare
…gOrderForm() → navigateToDrugOrderForm() and goToLabOrderForm() → navigateToLabOrderForm().
I have left some comments apart from that the PR looks good! Also I was looking into the e2e tests functions and I could see that there are a lot of
Having said that I suspect that we might not be able to remove all the This might require some refactoring so we might want to create a new ticket for this. Please share your thoughts on this if any. |
We use Playwright's auto-waiting functionality in our tests, but there are cases where delays are added to ensure certain actions occur. For example, a 5-second delay is added after placing an order in O3 to allow synchronization with the lab and billing systems.
I agree. |
Ticket: https://mekomsolutions.atlassian.net/browse/OZ-715
This PR adds ability to select preferred test profile (at runtime) that only runs a subset of the E2E test suite. Also renamed
goToDrugOrderForm() → navigateToDrugOrderForm()
andgoToLabOrderForm() → navigateToLabOrderForm()