Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Mar 26, 2018
1 parent ea455f7 commit 2bab768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockup/tests/pattern-structure-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ define([
expect(item.data().id).to.equal('item9');
expect($('.title a.manage', item).attr('href')).to.equal('http://localhost:9876/item9');
expect($('.actionmenu a.openItem', item).attr('href')).to.equal('http://localhost:9876/item9');
expect($('.actionmenu a.editItem', item).attr('href')).to.equal('http://localhost:9876/item9/@@edit');
expect($('.actionmenu a.editItem', item).attr('href')).to.equal('http://localhost:9876/item9/edit');
});

it('test navigate to folder push states', function() {
Expand Down

0 comments on commit 2bab768

Please sign in to comment.