-
Notifications
You must be signed in to change notification settings - Fork 9
Apache Superset: Validate against version 6.0.0rc2 #1208
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
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
6b57a14 to
5982d2a
Compare
2d53c62 to
438bf26
Compare
| page_body = page.text_content("div.ant-tabs-content-holder") | ||
| assert "42 rows" in page_body | ||
| assert "Monte Rosa" in page_body | ||
| page.wait_for_load_state() | ||
|
|
||
| # Verify SQL Lab response. | ||
| locator = page.locator("body") | ||
| # expect(locator).to_contain_text("42 rows") | ||
| expect(locator).to_contain_text("Monte Rosa") |
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.
"42 rows" doesn't appear within the selected element any longer, even after extending its coverage to the whole HTML body. Well, visually it's there, but we don't care too much about such details. This quick integration test wants to verify that data passes through, so it's enough that "Monte Rosa" appears within the response to the query.
About
Will Apache Superset 6.x provide full automation capabilities out of the box again?
References
Field.__init__() got an unexpected keyword argument 'minLength'apache/superset#35942