From 11916a39859ae676cf7943368f9facfafb43891d Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Tue, 06 Nov 2018 21:24:37 +0000 Subject: [PATCH] Update JavaScript libraries used to the latest versions --- tests.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests.js b/tests.js index 3d304b2..d82b00b 100644 --- a/tests.js +++ b/tests.js @@ -27,15 +27,15 @@ }); casper.test.begin('Translation engine', 2, function(test) { - casper.start('http://127.0.0.1:8080/#!pl', function() { - test.assertTitleMatches(/odjazdy/i, 'Page title: ...odjazdy...'); + casper.start('http://127.0.0.1:8080/#!en', function() { + test.assertTitleMatches(/departures/i, 'Page title: ...departures...'); }); casper.wait(200, function() { test.assertSelectorHasText( - '[data-translate=header_lines]', - 'Linie', - 'Translation: Lines -> Linie' + '[data-translate=header_line]', + 'Line', + 'Translation: Linia -> Line' ); }); -- Gitblit v1.9.1