From 5b620eba5503aecf979f52d219bfae3d8badc783 Mon Sep 17 00:00:00 2001 From: kaihlavi Date: Fri, 9 Aug 2019 15:41:09 +0300 Subject: Improve descriptions and correct typos - Improve non-descriptive descriptions - Correct numerous typos in test case and keyword names - Fix indentation and clean up tabs and redundant whitespaces Issue-ID: PORTAL-702 Signed-off-by: kaihlavi Change-Id: Idcf03dcd7d0324b734fa6bd14fb5ce0f873b1c6e --- robot/resources/portal_interface.robot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'robot/resources/portal_interface.robot') diff --git a/robot/resources/portal_interface.robot b/robot/resources/portal_interface.robot index 523a9166..402a7506 100644 --- a/robot/resources/portal_interface.robot +++ b/robot/resources/portal_interface.robot @@ -1,8 +1,8 @@ *** Settings *** -Documentation The main interface for interacting with Portal. It handles low level stuff like managing the http request library and Portal required fields -Library RequestsLibrary -Library ONAPLibrary.Utilities -Library SeleniumLibrary +Documentation The main interface for interacting with Portal. It handles low level stuff like managing the http request library and Portal required fields +Library RequestsLibrary +Library ONAPLibrary.Utilities +Library SeleniumLibrary Library Collections Library String -- cgit 1.2.3-korg