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:
Nikita Konovalov 2014-06-06 18:26:00 +04:00
parent f9fde5b5c2
commit de094afed7
3 changed files with 4 additions and 4 deletions

View File

@ -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');
});
});

View File

@ -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 () {

View File

@ -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 () {