Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
antip00 committed Aug 8, 2024
1 parent 214c2f6 commit c76fccf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testflows/steps/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ def create_new_altinity_datasource(
with And("clicking new altinity grafana plugin"):
datasources_new.click_new_altinity_plugin_datasource()

with delay():
with And("entering datasource name"):
datasources_altinity_edit.enter_name_into_name_field(datasource_name=datasource_name)

with delay():
with By("entering url"):
datasources_altinity_edit.enter_url_into_url_field(url=url)
Expand Down Expand Up @@ -264,6 +260,10 @@ def create_new_altinity_datasource(
with By("enter compression type"):
datasources_altinity_edit.enter_compression_type(compression_type='gzip')

with delay():
with And("entering datasource name"):
datasources_altinity_edit.enter_name_into_name_field(datasource_name=datasource_name)

with delay():
with By("clicking save and test button"):
datasources_altinity_edit.click_save_and_test_button()
Expand Down

0 comments on commit c76fccf

Please sign in to comment.