From 8a2ee784a4579fcdda1d14fd583a4a2064352434 Mon Sep 17 00:00:00 2001 From: danfengliu Date: Fri, 10 May 2019 14:24:12 +0800 Subject: [PATCH] Missing modification in keyword , due to changing of docker-hub select item, it must be modified. (#7754) Signed-off-by: danfengliu --- tests/resources/Harbor-Pages/Replication.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/Harbor-Pages/Replication.robot b/tests/resources/Harbor-Pages/Replication.robot index 2c8fbb929..4ebb395e0 100644 --- a/tests/resources/Harbor-Pages/Replication.robot +++ b/tests/resources/Harbor-Pages/Replication.robot @@ -34,7 +34,7 @@ Create A New Endpoint #input necessary info Select From List By Value ${provider_selector} ${provider} Retry Text Input xpath=${destination_name_xpath} ${name} - Run Keyword If '${provider}' != 'dockerHub' Run keyword Retry Text Input xpath=${destination_url_xpath} ${url} + Run Keyword If '${provider}' != 'docker-hub' Run keyword Retry Text Input xpath=${destination_url_xpath} ${url} Retry Text Input xpath=${destination_username_xpath} ${username} Retry Text Input xpath=${destination_password_xpath} ${pwd} #cancel verify cert since we use a selfsigned cert