mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Use CSS substring selector for selecting Capture link by order number
This commit is contained in:
@@ -25,8 +25,7 @@ feature %q{
|
||||
@orders.each |order|
|
||||
|
||||
#click the link for the order
|
||||
click_link "[data-action=capture]"
|
||||
#click_link "[data-action=capture][href|=R#{order.number}]" #not sure if possible to select value within an attribute value, |= doesn't work
|
||||
click_link "[data-action=capture][href*=R#{order.number}]"
|
||||
|
||||
#we should be notified
|
||||
flash_message.should == "Payment Updated"
|
||||
|
||||
Reference in New Issue
Block a user