Skip to content

Commit

Permalink
Fix failing test, update selector
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Aug 23, 2018
1 parent 195a817 commit 0952cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esdoc-publish-html-plugin/test/src/ManualTest/ManualTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ describe('test manual', ()=>{
describe('test navigation', ()=>{
it('has manual link in header', ()=>{
const doc = readDoc('index.html');
assert.includes(doc, '[data-ice="manualHeaderLink"]', 'Manual');
assert.includes(doc, '[data-ice="manualHeaderLink"]', './manual/index.html', 'href');
assert.includes(doc, '.header-manual-link[data-ice="headerLink"]', 'Manual');
assert.includes(doc, '.header-manual-link[data-ice="headerLink"]', 'manual/index.html', 'href');
});

/** @test {ManualDocBuilder#_buildManualNav} */
Expand Down

0 comments on commit 0952cf0

Please sign in to comment.