mirror of
https://github.com/moparisthebest/mailcatcher
synced 2025-01-08 20:28:09 -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
|
plain_tab_element.click
|
||||||
|
|
||||||
iframe_element.displayed?.must_equal true
|
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)
|
selenium.switch_to.frame(iframe_element)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user