Closed aaaaaa2493 closed 4 years ago
Possibly using "asFile()" + "asText()" methods after "expect( ... )". Do not need to break compatibility - assume that if neither of these methods presented then threat string as text.
Use expect("content.txt").fromFile(). ... to check file's content
expect("content.txt").fromFile(). ...
Possibly using "asFile()" + "asText()" methods after "expect( ... )". Do not need to break compatibility - assume that if neither of these methods presented then threat string as text.