-
Notifications
You must be signed in to change notification settings - Fork 7
verifytext.js
Mark Watson edited this page Aug 27, 2016
·
1 revision
var b = pizza.open("https://github.com/loadtestgo/pizzascript");
// Verify the following text exists on the page
b.verifyText("Browser Automation");
// Verify that the title contains the following
b.verifyTitle("Github");