-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Header line removed and Menu icon made more visible for mobile view #7319
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7319 +/- ##
==========================================
+ Coverage 54.98% 55.08% +0.10%
==========================================
Files 97 97
Lines 6965 6965
==========================================
+ Hits 3830 3837 +7
+ Misses 3135 3128 -7
|
@jywarren @SidharthBansal can you please review this. |
Can you please fix the travis? It is failing |
The travis is not @NitinBhasneria's fault. I have noticed that sometimes the system tests we have added are failing. Do you have any idea why @VladimirMikulic? |
We have 'wiki revisions' test failing. Logs are showing that "Are you sure" modal didn't show up. I'll fix it again, in the meantime @NitinBhasneria you can force re-push to restart Travis and you should be good. |
This test has already been fixed before but recently it has failed again in #7319. The problem might be related to our selection of "Revert" button. Inside of the button we have an empty space before the text and a font-awesome icon(<i>). We were selecting the button with #row0 and the text of "Revert" which probably caused the issue. I've added the btn-revert class to avoid this strange behaviour.
Thanks, @VladimirMikulic so should I close this pr and open another one |
@NitinBhasneria you don't have to close this PR, I've fixed the issue. Just rebase the branch and push again. |
This test has already been fixed before but recently it has failed again in publiclab#7319. The problem might be related to our selection of "Revert" button. Inside of the button we have an empty space before the text and a font-awesome icon(<i>). We were selecting the button with #row0 and the text of "Revert" which probably caused the issue. I've added the btn-revert class to avoid this strange behaviour.
0f251bb
to
9b0dc4f
Compare
@VladimirMikulic now also it is showing the error can you please review.... |
This test has already been fixed before but recently it has failed again in publiclab#7319. The problem might be related to our selection of "Revert" button. Inside of the button we have an empty space before the text and a font-awesome icon(<i>). We were selecting the button with #row0 and the text of "Revert" which probably caused the issue. I've added the btn-revert class to avoid this strange behaviour.
Fixes #7312 (<=== Add issue number here)
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!