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

Fix test missing a name crashing the suites page #1809

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

dtinth
Copy link
Contributor

@dtinth dtinth commented Nov 7, 2022

Context

We are using RSpec and Ruby Cucumber Allure integration.

On the generated report, clicking on the suites tab resulted in a 404 page.

image

The console showed that error came from trying to .toLowerCase() an undefined.

image

By manually editing the app.js like this, the suites page works again.

image

Checklist

@baev baev added the type:bug Something isn't working label Nov 7, 2022
Copy link
Member

@epszaw epszaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Nothing looks broken here. Thank you for the contribution!

@baev baev merged commit ae8885a into allure-framework:master Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:ui type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants