-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
3bffa3b
commit 505e13f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters