Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trikitrok/89019364b2f742df5de5 to your computer and use it in GitHub Desktop.
Save trikitrok/89019364b2f742df5de5 to your computer and use it in GitHub Desktop.
it("shows a new 'autoresponder' mailing", function () {
TestTools.clickDropdownOption( // <- helper
'.dropdown .new_mailings', '#new_ma'
).then(function () {
expect(ptor.getCurrentUrl())
.toMatch(
'/projects/excecutive-education/new-mailing/ma'
);
}
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment