diff options
Diffstat (limited to '01-TestCase/tsg_ui/ui_settings/SSLDecryptionExclusionCase.robot')
| -rw-r--r-- | 01-TestCase/tsg_ui/ui_settings/SSLDecryptionExclusionCase.robot | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/01-TestCase/tsg_ui/ui_settings/SSLDecryptionExclusionCase.robot b/01-TestCase/tsg_ui/ui_settings/SSLDecryptionExclusionCase.robot index 5009b34..cfc4f5d 100644 --- a/01-TestCase/tsg_ui/ui_settings/SSLDecryptionExclusionCase.robot +++ b/01-TestCase/tsg_ui/ui_settings/SSLDecryptionExclusionCase.robot @@ -72,9 +72,7 @@ SSLDecryptionExclusionNullDescriptionAndFQDN click id=ssl_create
sleep ${sleep_min}
click id=ssl_ok
- sleep ${sleep}
- ${text1} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[1]/div/div[3]
- ${text2} get text xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[1]/div[3]/form/div[2]/div/div[2]
- Should Be Equal As Strings ${text1} The length of the name is at most 128 characters and cannot be less than 4 characters
- Should Be Equal As Strings ${text2} Please enter the content
+ sleep ${sleep_min}
+ Page Should Contain The length of the name is at most 128 characters and cannot be less than 4 characters
+ Page Should Contain Please enter the content
|
