Fix typo
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user