Skip to content

Commit

Permalink
Update version string ahead of release (and test to suit).
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Jan 24, 2019
1 parent a4deb29 commit e941db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/unauthed_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('Unauthenticated CMS access', function () {

cy.url().should('include', '/login');

cy.contains('Version 2.0.0-alpha1');
cy.contains('Version 2.0.0-beta');
});

it('should redirect to login when an authenticated page is requested', function() {
Expand Down

0 comments on commit e941db5

Please sign in to comment.