Skip to content

Commit dd02f49

Browse files
revert tests
1 parent c86260b commit dd02f49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/galaxy_test/api/test_workflows.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6268,7 +6268,7 @@ def test_run_build_list_hide_collection_output(self):
62686268
history_id, hid=3, wait=True, assert_ok=True
62696269
)
62706270
assert details1["elements"][0]["object"]["visible"] is False
6271-
assert details1["name"] == "dataset 1 (as list)", details1
6271+
assert details1["name"] == "data 1 (as list)", details1
62726272
assert details1["visible"] is False
62736273

62746274
@skip_without_tool("__BUILD_LIST__")
@@ -6303,7 +6303,7 @@ def test_run_build_list_delete_intermediate_collection_output(self):
63036303
history_id, hid=3, wait=True, assert_ok=True
63046304
)
63056305
assert details1["elements"][0]["object"]["visible"] is False
6306-
assert details1["name"] == "dataset 1 (as list)", details1
6306+
assert details1["name"] == "data 1 (as list)", details1
63076307
# FIXME: this doesn't work because the workflow is still being scheduled
63086308
# TODO: Implement a way to run PJAs that couldn't be run during/after the job
63096309
# after the workflow has run to completion
@@ -6348,7 +6348,7 @@ def test_run_build_list_change_datatype_collection_output(self):
63486348
details1 = self.dataset_populator.get_history_collection_details(
63496349
history_id, hid=3, wait=True, assert_ok=True
63506350
)
6351-
assert details1["name"] == "dataset 1 (as list)", details1
6351+
assert details1["name"] == "data 1 (as list)", details1
63526352
assert details1["elements"][0]["object"]["visible"] is False
63536353
assert details1["elements"][0]["object"]["file_ext"] == "txt"
63546354
details2 = self.dataset_populator.get_history_collection_details(

lib/galaxy_test/selenium/test_tool_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_run_data(self):
284284

285285
latest_hda = self.latest_history_item()
286286
assert latest_hda["hid"] == 3
287-
assert latest_hda["name"] == "Select first on dataset 1"
287+
assert latest_hda["name"] == "Select first on data 1"
288288

289289
@selenium_test
290290
def test_bibtex_rendering(self):

0 commit comments

Comments
 (0)