Skip to content

Commit

Permalink
FIX descrição do teste
Browse files Browse the repository at this point in the history
  • Loading branch information
peleteiro committed Mar 17, 2011
1 parent 6eac41a commit ac5aab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/compatible_mode_ie7_spec.js
Expand Up @@ -2,7 +2,7 @@ fakeUserAgent('Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0)')
document['documentMode'] = 5;
require('/src/1.0.js');

describe('Internet Explorer 8.0 com user-agent duplo com o IE6', function() {
describe('Internet Explorer 8.0/9.0 com user-agent do IE7 por causa do compatibility mode', function() {
it('should not show sawpf bar', function() {
expect(document.getElementById('sawpf')).not.toExist();
});
Expand Down

0 comments on commit ac5aab7

Please sign in to comment.