hainenber commented on code in PR #29265:
URL: https://github.com/apache/superset/pull/29265#discussion_r1641896914
##########
superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts:
##########
@@ -588,7 +719,7 @@ describe('Drill by modal', () => {
it('Gauge Chart', () => {
testEchart('gauge_chart', 'Gauge Chart', [
[151, 95],
- [300, 143],
+ [300, NaN], // this fixes the test after upgrading to Cypress 13
Review Comment:
This is completely voodoo magic to me. Previous coordinates didn't work and
frustratingly I entered `NaN` and it worked
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]