1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-17 02:24:12 +02:00

Ensuring tests pass again

Fixes #131
This commit is contained in:
Antonio Laguna
2019-02-19 19:06:13 +01:00
parent 87db22523c
commit fb5208218f
4 changed files with 8886 additions and 9849 deletions

View File

@@ -29,7 +29,7 @@ test('Navigation plugin', () => {
expect(fakeCounter.tagName).toBe('SPAN');
expect(fakeCounter.childNodes.length).toBe(1);
expect(fakeCounter.childNodes[0].tagName).toBe('A');
expect(fakeCounter.childNodes[0].href).toBe('about:blank#');
expect(fakeCounter.childNodes[0].href).toBe('http://localhost/#');
expect(fakeCounter.childNodes[0].title).toBe('View all slides');
new Navigation(webslides);