diff --git a/airgun/entities/contentview_new.py b/airgun/entities/contentview_new.py index f73fd3ca8..419071d85 100644 --- a/airgun/entities/contentview_new.py +++ b/airgun/entities/contentview_new.py @@ -175,7 +175,7 @@ def read_french_lang_cv(self): def promote(self, entity_name, version_name, lce_name): """Promotes the selected version of content view to given environment. :return: dict with new content view version table row; contains keys - like 'Version', 'Status', 'Environments' etc. + like 'Version', 'Status', 'Environments' etc. """ view = self.navigate_to(self, 'Promote', entity_name=entity_name, version_name=version_name) modal = ContentViewVersionPromoteView(self.browser) diff --git a/airgun/views/common.py b/airgun/views/common.py index a80b62bbc..a209b3fdc 100644 --- a/airgun/views/common.py +++ b/airgun/views/common.py @@ -455,8 +455,7 @@ def fill(self, values): def remove(self, value): """Unassign some resource(s). - :param str or list values: string containing resource name or a list of - such strings. + :param str or list values: string containing resource name or a list of such strings. """ self.select_status("Added") self.search(value)