mirror of
https://github.com/moparisthebest/mailcatcher
synced 2025-01-07 11:48:03 -05:00
Placate ambiguous argument warning
This commit is contained in:
parent
021022c20f
commit
927b8a1aae
@ -111,7 +111,7 @@ describe MailCatcher do
|
||||
plain_tab_element.click
|
||||
|
||||
iframe_element.displayed?.must_equal true
|
||||
iframe_element.attribute(:src).must_match /\.plain\Z/
|
||||
iframe_element.attribute(:src).must_match(/\.plain\Z/)
|
||||
|
||||
selenium.switch_to.frame(iframe_element)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user