Catch flash messages after fadeout

This commit is contained in:
Rohan Mitchell
2016-06-10 12:12:36 +10:00
parent f33df883a0
commit a1535d6c04

View File

@@ -78,7 +78,7 @@ module WebHelper
end
def flash_message
find('.flash').text.strip
find('.flash', visible: false).text.strip
end
def errors