Commit 3609832
committed
Attempt to fix transiently failing tests that click this tab.
```
=================================== FAILURES ===================================
_________ TestDataset.test_history_dataset_update_annotation_and_info __________
self = <galaxy_test.selenium.test_dataset.TestDataset object at 0x7f9ab6852e50>
@selenium_test
@managed_history
def test_history_dataset_update_annotation_and_info(self):
history_entry = self.perform_single_upload(self.get_filename("1.txt"))
hid = history_entry.hid
self.wait_for_history()
self.history_panel_wait_for_hid_ok(hid)
self.history_panel_item_edit(hid=hid)
edit_dataset_attributes = self.components.edit_dataset_attributes
annotation_component = edit_dataset_attributes.annotation_input
annotation_component.wait_for_and_clear_and_send_keys(TEST_ANNOTATION)
info_component = edit_dataset_attributes.info_input
info_component.wait_for_and_clear_and_send_keys(TEST_INFO)
edit_dataset_attributes.save_button.wait_for_and_click()
edit_dataset_attributes.alert.wait_for_visible()
# assert success message, name updated in form and in history panel
assert edit_dataset_attributes.alert.has_class("alert-success")
# reopen and check that attributes are updated
self.home()
```1 parent 2a4806b commit 3609832
1 file changed
Lines changed: 5 additions & 9 deletions
File tree
- lib/galaxy/selenium
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2249 | 2249 | | |
2250 | 2250 | | |
2251 | 2251 | | |
2252 | | - | |
2253 | | - | |
2254 | | - | |
2255 | | - | |
2256 | | - | |
2257 | | - | |
| 2252 | + | |
| 2253 | + | |
| 2254 | + | |
2258 | 2255 | | |
2259 | | - | |
| 2256 | + | |
2260 | 2257 | | |
2261 | 2258 | | |
2262 | 2259 | | |
2263 | 2260 | | |
2264 | 2261 | | |
2265 | | - | |
2266 | | - | |
| 2262 | + | |
2267 | 2263 | | |
2268 | 2264 | | |
2269 | 2265 | | |
| |||
0 commit comments