Slide 36
Slide 36 text
@cowboyd
describe("selecting a package title to add to my holdings", function() {
beforeEach(function() {
ResourcePage.toggleIsSelected();
});
it('reflects the desired state (YES)', function() {
expect(ResourcePage.isSelected).to.equal(true);
});
);