We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our e2e tests fail on log plot tests when I run them locally with the following error:
2 failed [chrome] › plugins/plot/log-plot.e2e.spec.js:30:10 › Log plot tests › Can create a log plot. === [MMOC] › plugins/plot/log-plot.e2e.spec.js:30:10 › Log plot tests › Can create a log plot. ===== 2 passed (1m) ::error file=e2e/tests/plugins/plot/log-plot.e2e.spec.js,title=[chrome] › plugins/plot/log-plot.e2e.spec.js:30:10 › Log plot tests › Can create a log plot.,line=152,col=34:: 1) [chrome] › plugins/plot/log-plot.e2e.spec.js:30:10 › Log plot tests › Can create a log plot. ==%0A Error: expect(received).toBe(expected) // Object.is equality%0A%0A Expected: 28%0A Received: 0%0A%0A 150 | async function testLogTicks(page) {%0A 151 | const yTicks = page.locator('.gl-plot-y-tick-label');%0A > 152 | expect(await yTicks.count()).toBe(28);%0A | ^%0A 153 | await expect(yTicks.nth(0)).toHaveText('-2.98');%0A 154 | await expect(yTicks.nth(1)).toHaveText('-2.50');
e2e tests should pass
The text was updated successfully, but these errors were encountered:
I didn't realize an issue was filed for this. I've fixed it in this PR #5168
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
Our e2e tests fail on log plot tests when I run them locally with the following error:
Expected vs Current Behavior
e2e tests should pass
Steps to Reproduce
Environment
Impact Check List
The text was updated successfully, but these errors were encountered: