Merge pull request #3503 from sigsbee/deleteproj

Update assert of keyword Project should not be deleted
This commit is contained in:
Yan 2017-11-01 16:23:53 +08:00 committed by GitHub
commit d150f8763b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Project Should Not Be Deleted
[Arguments] ${projname}
Delete Project ${projname}
Sleep 1
Page Should Contain Element //clr-alert//span[contains(.,'cannot')]
Page Should Contain ${projname}
Project Should Be Deleted
[Arguments] ${projname}