|
Lines 206-212
SKIP: {
Link Here
|
| 206 |
$s->submit_form; |
206 |
$s->submit_form; |
| 207 |
|
207 |
|
| 208 |
# Make sure the category is updated |
208 |
# Make sure the category is updated |
| 209 |
$s->driver->find_element('//div[@class="dialog message"]'); |
209 |
$s->driver->find_element('//div[@class="alert alert-message"]'); |
| 210 |
|
210 |
|
| 211 |
# Select "Show all" in the datatable "Show x entries" dropdown list to make sure our category is not hidden |
211 |
# Select "Show all" in the datatable "Show x entries" dropdown list to make sure our category is not hidden |
| 212 |
$s->show_all_entries('//div[@id="patron_categories_wrapper"]'); |
212 |
$s->show_all_entries('//div[@id="patron_categories_wrapper"]'); |
| 213 |
- |
|
|