Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
(#38) fixed spec-test
Browse files Browse the repository at this point in the history
  • Loading branch information
x1B committed Aug 3, 2016
1 parent d751d5c commit 6364940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Last Changes

- [#38](https://github.com/LaxarJS/shop-demo/issues/38): fixed spec-test
- [#37](https://github.com/LaxarJS/shop-demo/issues/37): documentation: improved and updated tutorial
- [#35](https://github.com/LaxarJS/shop-demo/issues/35): fixed url in headers and updated laxar-developer-tools-widget

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define( [
////////////////////////////////////////////////////////////////////////////////////////////////////////

it( 'displays a headline', function() {
expect( widgetDom.querySelector( 'h2' ).textContent ).toEqual( 'I am here!' );
expect( widgetDom.querySelector( 'h1' ).textContent ).toEqual( 'I am here!' );
} );

} );
Expand Down

0 comments on commit 6364940

Please sign in to comment.