Bug 18804: (bug 16286 follow-up) Update the "save category" elt selector
Bug 16286 replaced the submit node: <input type="button" value="Save" onclick="Check(this.form);" /> with <input type="submit" value="Save" /> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Lee Jamison <ldjamison@marywood.edu> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
This commit is contained in:
parent
943a3a5c3a
commit
a88f540ec1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ SKIP: {
|
|||
$driver->find_element('//a[@id="newcategory"]')->click;
|
||||
like( $driver->get_title(), qr(New category), );
|
||||
fill_form( $driver, $sample_data->{category} );
|
||||
$driver->find_element('//input[@type="button"]')->click;
|
||||
$driver->find_element('//fieldset[@class="action"]/input[@type="submit"]')->click;
|
||||
|
||||
time_diff("add patron category");
|
||||
$driver->get($base_url.'/members/memberentry.pl?op=add&categorycode='.$sample_data->{category}{categorycode});
|
||||
|
|
Loading…
Reference in a new issue