-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Admin] feature specs fixes #5253
Conversation
Those gems are required by solidus_admin in order to work. This issue was blocking dummy app from loading properly the JavaScript code, while host application were working because had those gems added to their gemfile during the installation.
Not having this would generate an error during feature specs.
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.
👍
@@ -1,6 +1,7 @@ | |||
<!DOCTYPE html> | |||
<html lang="<%= current_locale %>"> | |||
<head> | |||
<%= favicon_link_tag 'favicon.ico' %> |
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.
What is the error here, just for the sake of curiosity? Something related to a11y?
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.
No, not accessibility, it's just capybara complaining for the 500 received when trying to fetch the default /favicon.ico
.
Codecov Report
@@ Coverage Diff @@
## nebulab/admin #5253 +/- ##
==============================================
Coverage 88.41% 88.42%
==============================================
Files 596 596
Lines 14464 14466 +2
==============================================
+ Hits 12789 12791 +2
Misses 1675 1675
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
👍
Summary
These changes will help make feature specs work and properly load JS when driving a selenium browser.
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: