-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IssueID #3144 - Rspec fixes for Bootstrap 5 upgrade:
1: Fix for SuperAdmins Orgs Super admin removes links Failure/Error: all('.link a > .fa-circle-xmark').last.click Changed selectors in spec/features/super_admins/orgs_spec.rb & updated spec/support/helpers/links_helper.rb updated. It was necessary, to scroll to links that were not visible and click by using Javascripts scripts. 2: Fixed errors in ./spec/features/questions/textarea_questions_spec.rb. Changed "(0/1) answered" -> "( 0 / 1)", "(1/1) answered" -> "( 1 / 1)" 3: Fix for error in ./spec/features/annotations/annotations_editing_spec.rb Changed "Noo bar" -> "<p>Noo bar</p>". 4: Fixed error in ./spec/features/questions/radiobuttons_questions_spec.rb. Changed "(0/1) answered" -> "(0 / 1)". 5: Fixed error in ./spec/features/questions/dropdown_questions_spec.rb. Changed "(0/1) answered" -> "( 0 / 1)". 6: Fixed error in spec/features/feedback_requests_spec.rb Replaced "within('div.panel') do" -> "within('.tab-pane.active')" 7: Fixed errors in ./spec/features/questions/checkbox_questions_spec.rb. Changed "(0/1) answered" -> "( 0 / 1)", "(1/1) answered" -> "( 1 / 1)" 8: Fixed error in ./spec/features/templates/templates_editings_spec.rb. Changed "Foo bar" -. "<p>Foo bar</p>". 9: Fix for ./spec/features/questions/textfield_questions_spec.rb. Changed "(0/1) answered" -> "( 0 / 1)", "(1/1) answered" -> "( 1 / 1)"
- Loading branch information
John Pinto
committed
Mar 20, 2024
1 parent
b7b09d2
commit 2b994c5
Showing
10 changed files
with
25 additions
and
16 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
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
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
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
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