Skip to content
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

Improve flaky e2e tests #1749

Merged
merged 1 commit into from
May 14, 2024
Merged

Improve flaky e2e tests #1749

merged 1 commit into from
May 14, 2024

Conversation

Kr0nox
Copy link
Member

@Kr0nox Kr0nox commented May 3, 2024

Previously the generated options for the distribution diagram test looked like this:

[
  [ 'Average Similarity', 'Linear' ],
  [ 'Maximum Similarity', 'Linear' ],
  [ 'Average Similarity', 'Linear' ],
  [ 'Average Similarity', 'Logarithmic' ]
]

Now, they do not include a duplicate case:

[
  [ 'Average Similarity', 'Linear' ],
  [ 'Maximum Similarity', 'Linear' ],
  [ 'Average Similarity', 'Logarithmic' ]
]

@Kr0nox Kr0nox added the report-viewer PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies label May 3, 2024
@Kr0nox Kr0nox requested a review from a team May 3, 2024 12:09
Copy link

sonarcloud bot commented May 3, 2024

@tsaglam tsaglam merged commit 3e440fd into develop May 14, 2024
40 checks passed
@tsaglam tsaglam deleted the e2e/better-image-comparison branch May 14, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report-viewer PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants