diff --git a/README.md b/README.md index dd071b0..bb31dcf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ * log rotation * auto-scrolling * marking logs +* pause logs * number of unread logs in favicon * themes (default, dark) * [highlighting](#highlighting) diff --git a/test/app.js b/test/app.js index 03c47c3..fa24318 100644 --- a/test/app.js +++ b/test/app.js @@ -13,6 +13,7 @@ describe('browser application', () => { socket: io, container: window.document.querySelector('.log'), filterInput: window.document.querySelector('#filter'), + pauseBtn: window.document.querySelector('#pauseBtn'), topbar: window.document.querySelector('.topbar'), body: window.document.querySelector('body') }); @@ -43,7 +44,8 @@ describe('browser application', () => { beforeEach((done) => { io = new events.EventEmitter(); const html = '