From a47abb9a3bbe7055c5415df8ba349c39607e29e2 Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:39:45 +0200 Subject: [PATCH] TMP: testing the tab element should be there... --- test/integration_selenium/test_history_import_export_ftp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration_selenium/test_history_import_export_ftp.py b/test/integration_selenium/test_history_import_export_ftp.py index ceac83751142..8bae05ea040e 100644 --- a/test/integration_selenium/test_history_import_export_ftp.py +++ b/test/integration_selenium/test_history_import_export_ftp.py @@ -115,6 +115,7 @@ def test_history_export_tracking(self): history_export_tasks.toggle_options_link.wait_for_and_click() # Export to FTP file source + history_export_tasks.file_source_tab.wait_for_present() history_export_tasks.file_source_tab.wait_for_and_click() self._export_to_ftp_with_filename("my_export.tar.gz")