diff --git a/test/specs/browser/settings_test.js b/test/specs/browser/settings_test.js index ebf7e74a..e743b637 100644 --- a/test/specs/browser/settings_test.js +++ b/test/specs/browser/settings_test.js @@ -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()