Skip to content

Instantly share code, notes, and snippets.

@karlkfi
Created April 29, 2013 06:58
Show Gist options
  • Save karlkfi/5480124 to your computer and use it in GitHub Desktop.
Save karlkfi/5480124 to your computer and use it in GitHub Desktop.
BAS action chain.
@page (domain = "domain.com")
(path = "/email-form/") {
status-code: 200;
input.email {
text: set("[email protected]");
}
input.submit:click() {
status-code: 200;
@import("./next-page-sheet.bas")
}
}
@cgiffard
Copy link

cgiffard commented May 1, 2013

Oh, and I posted an issue over here: cgiffard/Behaviour-Assertion-Sheets#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment