diff options
author | kishore <kk707x@att.com> | 2017-10-31 08:04:25 -0500 |
---|---|---|
committer | kishore <kk707x@att.com> | 2017-10-31 08:05:09 -0500 |
commit | 82eb79a54c41d3da65b075cb7b90899731db3ef4 (patch) | |
tree | 45c649fb952e22b116afeed72957989e805bf472 /test/csit/tests/portal | |
parent | bf2de39935b11a9cdd07be7052fb3be5d4663db8 (diff) |
updated setup.sh and test1.robot
Issue-ID:PORTAL-53
Change-Id: Ibd052bc5595f9c8b6a1a84719016e7f79bbe1700
Signed-off-by: kishore <kk707x@att.com>
Diffstat (limited to 'test/csit/tests/portal')
-rw-r--r-- | test/csit/tests/portal/testsuites/test1.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/portal/testsuites/test1.robot b/test/csit/tests/portal/testsuites/test1.robot index ab5fed47e..70fdcf0d6 100644 --- a/test/csit/tests/portal/testsuites/test1.robot +++ b/test/csit/tests/portal/testsuites/test1.robot @@ -886,7 +886,7 @@ Application admin Logout from Portal GUI [Documentation] Logout from Portal GUI Click Element xpath=//div[@id='header-user-icon'] #Set Selenium Implicit Wait 3000 - Click Button xpath=//button[contains(.,'Log out')] + Click Button xpath=//button[contains(text(),'Log out')] #Set Selenium Implicit Wait 3000 Title Should Be Login |