-
Notifications
You must be signed in to change notification settings - Fork 156
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
Bootstrap template fixes #56
Conversation
…s for reports with a big number of screenshots
…ot is expanded when we click on "Screenshot +" link. In previous variant more then one screnshot could be expanded by one click
Not sure why travis-ci fails. All tests are passed on my local machine |
Thanks, @anrodkin for the PR. Let me take a look why it fails |
Done |
templates/bootstrap/features.tmpl
Outdated
@@ -134,9 +134,9 @@ this.Then(/^<%= step.name.replace(/"[^"]*"/g, '"\(\[\^\"\]\*\)"') %>$/, function | |||
<% } %> | |||
|
|||
<% if (step.image) { %> | |||
<a class="toggle" href="#">Screenshot -</a> | |||
<a class="toggle" href="javascript: void(0);">Screenshot -</a> |
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.
Could you change the toggle from -
to +
at Screenshot -
so that Screenshot would launch at the first click? Otherwise, the user has to click twice initially.
All set. Published with v0.3.8 |
Fixes for BOOTSTRAP template