Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible authored Nov 29, 2023
1 parent 69f95aa commit 42f7246
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/foreman/ui/test_contentview.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@

from fauxfactory import gen_string
import pytest

from robottelo.constants import PRDS, REPOS, REPOSET


@pytest.mark.tier2
def test_positive_create_cv(session, target_sat):
"""Able to create cv and search for it
Expand All @@ -44,7 +42,6 @@ def test_positive_create_cv(session, target_sat):
session.contentview_new.create(dict(name=cv))
assert session.contentview_new.search(cv)[0]['Name'] == cv


@pytest.mark.tier2
def test_different_org_publish(
session, target_sat, module_entitlement_manifest_org, module_lce, module_location
Expand Down Expand Up @@ -92,7 +89,6 @@ def test_different_org_publish(
response = session.contentview_new.publish(cv.name)
assert response[0]['Version'] == 'Version 2.0'


def test_no_blank_page_on_language_switch(session, target_sat, module_org):
"""Able to view the new CV UI when the language is set to something other
than English
Expand All @@ -118,6 +114,7 @@ def test_no_blank_page_on_language_switch(session, target_sat, module_org):
password=user_password,
admin=True,
).create()

cv = target_sat.api.ContentView(organization=module_org).create()
cv.publish()
with target_sat.ui_session(user=user.login, password=user_password) as session:
Expand Down

0 comments on commit 42f7246

Please sign in to comment.