Sha256: 8a58f5935a512da55ff329e05fe2c550c25ea8ab074c032046a50b7889d9fedf
Contents?: true
Size: 812 Bytes
Versions: 8
Compression:
Stored size: 812 Bytes
Contents
!|scenario|and given page|page|with content|content| |given page|@page|with content|@content| !|scenario|when replacing|searchString|with|replacementString|starting from|pageName| |check|request page|@pageName?replace&searchString=@searchString&replacementString=@replacementString|200| |$RESPONSE=|content| !|scenario|replacement response from|searchString|with|replacementString|should contain|contents| |check|request page|$IT?replace&searchString=@searchString&replacementString=@replacementString|200| |ensure|content contains|@contents| |show|content| !|scenario|it should list|pageName| |ensure|content contains|@pageName| |show|content| !|scenario|and it should list|pageName| |it should list|@pageName| !|scenario|and page|pageName|should contain|content| |page|@pageName|should contain|@content|
Version data entries
8 entries across 8 versions & 1 rubygems