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: Wiki revisions test #7396

Merged
merged 1 commit into from
Jan 31, 2020
Merged

FIX: Wiki revisions test #7396

merged 1 commit into from
Jan 31, 2020

Conversation

VladimirMikulic
Copy link
Contributor

@VladimirMikulic VladimirMikulic commented Jan 30, 2020

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.

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.
@codecov
Copy link

codecov bot commented Jan 30, 2020

Codecov Report

Merging #7396 into master will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7396      +/-   ##
==========================================
+ Coverage   81.74%   81.87%   +0.12%     
==========================================
  Files          97       97              
  Lines        5604     5604              
==========================================
+ Hits         4581     4588       +7     
+ Misses       1023     1016       -7
Impacted Files Coverage Δ
app/api/srch/search.rb 68.62% <0%> (+3.92%) ⬆️
app/services/execute_search.rb 94.44% <0%> (+5.55%) ⬆️

Copy link
Member

@Uzay-G Uzay-G left a comment

Choose a reason for hiding this comment

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

Yeah this will fix this problem. Thanks!

@VladimirMikulic
Copy link
Contributor Author

Thanks @Uzay-G. @SidharthBansal it's ready.

@SidharthBansal SidharthBansal merged commit 505e13f into publiclab:master Jan 31, 2020
vinitshahdeo pushed a commit to vinitshahdeo/plots2 that referenced this pull request Feb 1, 2020
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.
NitinBhasneria pushed a commit to NitinBhasneria/plots2 that referenced this pull request Feb 5, 2020
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants