This commit is contained in:
Yuya Ochiai
2016-09-14 00:35:19 +09:00
parent 8870863955
commit 7cc495130f

View File

@@ -31,7 +31,7 @@ describe('browser/settings.html', function() {
}
});
it('should show index.thml when Cancel button is clicked', function() {
it('should show index.html when Cancel button is clicked', function() {
env.addClientCommands(this.app.client);
return this.app.client
.loadSettingsPage()
@@ -40,7 +40,7 @@ describe('browser/settings.html', function() {
.getUrl().should.eventually.match(/\/index.html$/)
});
it('should show index.thml when Save button is clicked', function() {
it('should show index.html when Save button is clicked', function() {
env.addClientCommands(this.app.client);
return this.app.client
.loadSettingsPage()