Use a Mattermost animation icon when loading a page in the app

This commit is contained in:
Yuya Ochiai
2017-10-27 23:16:35 +09:00
parent e14ff7bc2a
commit 616465748b
3 changed files with 42 additions and 12 deletions

View File

@@ -77,9 +77,8 @@ describe('browser/index.html', function desc() {
isVisible('#mattermostView0').then((visible) => visible.should.be.true).
isVisible('#mattermostView1').then((visible) => visible.should.be.false).
click('#teamTabItem1').
pause(1000).
isVisible('#mattermostView1').then((visible) => visible.should.be.true).
isVisible('#mattermostView0').then((visible) => visible.should.be.false);
waitForVisible('#mattermostView1', 2000).
isVisible('#mattermostView0').then((visible) => visible.should.be.false);
});
it('should show error when using incorrect URL', () => {