From fc8d60517033c7de6115d9d56bb43a8a7b279a3f Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <jkowalsk@student.agh.edu.pl>
Date: Sun, 03 Jun 2018 12:14:34 +0000
Subject: [PATCH] Merge pull request #13 from ravkr/master

---
 tests.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests.js b/tests.js
index 9e348c8..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_line]',
-			'Linia',
-			'Translation: Line -> Linia'
+			'Line',
+			'Translation: Linia -> Line'
 		);
 	});
 	

--
Gitblit v1.9.1