Tests updated to check StoryBoard spelling
The code was updated to have a capital B in the middle. The tests should also be. Change-Id: Ic1f499aad18b790534c5e5d8e7e75c4b8c4f1fdd
This commit is contained in:
parent
f9fde5b5c2
commit
de094afed7
@ -18,7 +18,7 @@
|
||||
// Variables from protractor.conf.js -> params: {}
|
||||
var config = browser.params;
|
||||
|
||||
describe('Storyboard Homepage', function () {
|
||||
describe('StoryBoard Homepage', function () {
|
||||
'use strict';
|
||||
|
||||
it('should have storyboard as the title', function () {
|
||||
@ -26,6 +26,6 @@ describe('Storyboard Homepage', function () {
|
||||
browser.get(config.buildUrl('/'));
|
||||
|
||||
var title = element(by.tagName('title'));
|
||||
expect(title.getInnerHtml()).toEqual('Storyboard');
|
||||
expect(title.getInnerHtml()).toEqual('StoryBoard');
|
||||
});
|
||||
});
|
||||
|
@ -18,7 +18,7 @@
|
||||
// Variables from protractor.conf.js -> params: {}
|
||||
var config = browser.params;
|
||||
|
||||
describe('Storyboard Project Routes', function () {
|
||||
describe('StoryBoard Project Routes', function () {
|
||||
'use strict';
|
||||
|
||||
it('should redirect /project to /project/list', function () {
|
||||
|
@ -17,7 +17,7 @@
|
||||
// Variables from protractor.conf.js -> params: {}
|
||||
var config = browser.params;
|
||||
|
||||
describe('Storyboard Story Routes', function () {
|
||||
describe('StoryBoard Story Routes', function () {
|
||||
'use strict';
|
||||
|
||||
it('should redirect /story to /story/list', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user