We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a891f commit de2d1e4Copy full SHA for de2d1e4
spec/features/smoke_spec.rb
@@ -240,7 +240,8 @@
240
:from => offset + 1, :to => offset + collection_size
241
242
pagination_information = page.find('.pagination_information').native.to_s.gsub(nbsp,' ')
243
- pagination_information.should include(display_total_text.gsub(' ', ' '))
+ display_total_text.gsub!(/&(#160|nbsp);/, ' ')
244
+ pagination_information.should include(display_total_text)
245
end
246
247
0 commit comments