Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Last active June 30, 2024 14:38
it("shows a new 'autoresponder' mailing", function () {
element(by.css('.dropdown .new_mailings')).click(); // <- this fixes it
element(by.css('#new_ma'))
.click().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