Changes

Jump to: navigation, search
no edit summary
[[http://dirksonline.net/cvwiki/index.php?title=Curriculum_Vitae_-_Vincent_Dirks#New_things_I.27m_learning_and_trying_out|<< return to main page]]
I wanted to have a practice at writing a Protractor automation suite using node.js and the jasmine test framework. I decided to use these when I was asked to automate some checks on the [https://crimson-accounts-staging.herokuapp.com/login Crimson Test Login Page]
To begin with I did have some trouble waiting in the code for the new page to load before checking the asserts but with a bit more googling managed to work it out.
<codepre>
//Wait for the url to change
var currentUrl;
});
});
</codepre:The .then() functions still confuse me a bit, especially when passing parameters into the then method.
----
The suite performs the following checks
Staff
470
edits

Navigation menu