Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhatib committed Aug 11, 2016
1 parent d2011ea commit bf89cdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/test-extensions-loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ function checkElementUpgrade(element) {
expect(element).to.have.class('-amp-element');
expect(element).to.have.class('-amp-layout-responsive');
expect(element).to.have.class('-amp-layout-size-defined');
expect(element).to.not.have.class('-amp-notbuilt');
expect(element).to.not.have.class('amp-notbuilt');
expect(element).to.not.have.class('amp-unresolved');
expect(element).to.not.have.class('-amp-unresolved');
}
Expand Down

0 comments on commit bf89cdc

Please sign in to comment.