Skip to content

Commit

Permalink
Merge pull request Kiali-QE#414 from hhovsepy/fix
Browse files Browse the repository at this point in the history
Regroup crud tests
  • Loading branch information
hhovsepy authored Apr 21, 2021
2 parents 37052e6 + 0d50832 commit dd4d4c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kiali_qe/tests/test_overview_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_filter_overviews_by_two_namespaces(kiali_client, openshift_client, brow


@pytest.mark.p_ro_top
@pytest.mark.p_ro_group6
@pytest.mark.p_crud_group3
def test_overview_auto_injection(kiali_client, openshift_client, browser, pick_namespace):
tests = OverviewPageTest(
kiali_client=kiali_client, openshift_client=openshift_client, browser=browser)
Expand All @@ -169,7 +169,7 @@ def test_overview_auto_injection(kiali_client, openshift_client, browser, pick_n


@pytest.mark.p_ro_top
@pytest.mark.p_ro_group6
@pytest.mark.p_crud_group1
def test_overview_traffic_policies(kiali_client, openshift_client, browser, pick_namespace):
tests = OverviewPageTest(
kiali_client=kiali_client, openshift_client=openshift_client, browser=browser)
Expand Down
2 changes: 1 addition & 1 deletion kiali_qe/tests/test_workloads_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def test_workload_details_random(kiali_client, openshift_client, browser):


@pytest.mark.p_ro_top
@pytest.mark.p_ro_group6
@pytest.mark.p_crud_group1
def test_workload_auto_injection(kiali_client, openshift_client, browser, pick_namespace):
tests = WorkloadsPageTest(
kiali_client=kiali_client, openshift_client=openshift_client, browser=browser)
Expand Down

0 comments on commit dd4d4c3

Please sign in to comment.