Astrolabe is an extension for protractor that adds page objects to your functional/e2e tests.
Questions tagged [astrolabe]
4 questions
2
votes
1 answer
Custom matcher not asserting in Astrolabe/Protractor + Jasmine test
I'm writing some page-object driven tests using Protractor and Astrolabe.
Jasmine is being used to implement describe/it style specs.
Adding custom matchers won't work using this.addMatchers (TypeError: Object #

yurisich
- 6,991
- 7
- 42
- 63
1
vote
0 answers
Protractor Routing Not Directing To Correct State
I've just been handed an app that uses ngBoilerplate, ui-router and astrolabe (the protractor plugin). I'm in charge of setting up the testing suite and have been working on getting Protractor up and running.
Every time I run the protractor tests,…

angryrobot
- 11
- 3
1
vote
0 answers
Adding a new node to activeadmin file
Is there a way to add a new node to the an activeadmin file? I was able to create a new node, but the children array is frozen!

Islam Azab
- 700
- 6
- 22
1
vote
1 answer
Protractor - astrolabe - Cannot set array value
I'm using Protractor with PageObject astrolabe as below
CampaignPage.js
module.exports = Page.create({
defaultCheckpoint: {
get: function () {
return {
giName: "auto",
giType: "auto",
}
…

Nguyen Vu Hoang
- 1,570
- 14
- 19