Fix alignment for 'Add new server' button

This commit is contained in:
Yuya Ochiai
2017-05-24 23:59:51 +09:00
parent 5352be1c95
commit 2307b3ca6a
4 changed files with 30 additions and 62 deletions

View File

@@ -185,7 +185,7 @@ describe('browser/index.html', function desc() {
it('should open the new server prompt after clicking the add button', () => {
// See settings_test for specs that cover the actual prompt
return this.app.client.waitUntilWindowLoaded().
click('#tabBarAddNewTeam').
click('#addServerButton').
pause(500).
isExisting('#newServerModal').then((existing) => existing.should.be.true);
});