Fixed destroy selector.
This commit is contained in:
parent
bc73a974c7
commit
bb333aa654
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class ManageTest < TestCase
|
||||||
)
|
)
|
||||||
sleep 4
|
sleep 4
|
||||||
|
|
||||||
click( css: 'a[data-type="destroy"]:last-child' )
|
click( css: '[data-type="destroy"]:last-child' )
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
click( css: '.modal button.js-submit' )
|
click( css: '.modal button.js-submit' )
|
||||||
|
|
Loading…
Reference in a new issue