-
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-711: Modifying the details of a sale order in Odoo should update the respective entry in Superset's sale_order_lines table. #122
Conversation
8ad385a
to
4a04449
Compare
…he respective entry in Superset's sale_order_lines table.
@@ -5,7 +5,7 @@ dotenv.config(); | |||
|
|||
const config: PlaywrightTestConfig = { | |||
testDir: './e2e/tests', | |||
timeout: 10 * 60 * 1000, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: The Keycloak-Odoo streaming requires a longer timeout due to its configuration, so I reduced the global timeout to 3 minutes and set longer timeouts for the relevant test cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looking good. Find a few suggestions below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Ticket: https://mekomsolutions.atlassian.net/browse/OZ-711
This PR adds tests for Odoo → Analytics streaming and covers the following scenarios.