Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/viewDemo/viewDemo.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>This is the partial for viewDemo.</p>
<p>
This demo is going to pass!
This demo is going to fail!
</p>
2 changes: 1 addition & 1 deletion e2e-tests/scenarios.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('my app', function() {

it('should render text that says the demo will pass', function() {
expect(element.all(by.css('[ng-view] p')).get(1).getText()).
toMatch(/This demo is going to pass!/);
toMatch(/This demo is going to fail!/);
});

});
Expand Down