File tree Expand file tree Collapse file tree
client/src/utils/navigation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1023,7 +1023,7 @@ workflow_editor:
10231023 select_datatype :
10241024 type : xpath
10251025 selector : >
1026- //li[@class= "multiselect__element"]//span[text ()="${datatype}"]
1026+ //div[@data-label='Change datatype']// li[contains( @class, "multiselect__element") ]//span[normalize-space ()="${datatype}"]
10271027 add_tags_button :
10281028 type : xpath
10291029 selector : >
Original file line number Diff line number Diff line change @@ -760,7 +760,9 @@ def test_change_datatype(self):
760760 save_button .wait_for_and_click ()
761761 # Will trigger confirmation modal
762762 self .components .confirm_dialog .ok_button .wait_for_and_click ()
763+ self .components .confirm_dialog ._ .wait_for_absent_or_hidden ()
763764 # Make connection valid again
765+ editor .configure_output (output = "out_file1" ).wait_for_and_click ()
764766 editor .change_datatype .wait_for_and_click ()
765767 editor .select_datatype_text_search .wait_for_and_send_keys ("tabular" )
766768 editor .select_datatype (datatype = "tabular" ).wait_for_and_click ()
You can’t perform that action at this time.
0 commit comments