mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Catch flash messages after fadeout
This commit is contained in:
@@ -78,7 +78,7 @@ module WebHelper
|
||||
end
|
||||
|
||||
def flash_message
|
||||
find('.flash').text.strip
|
||||
find('.flash', visible: false).text.strip
|
||||
end
|
||||
|
||||
def errors
|
||||
|
||||
Reference in New Issue
Block a user