From cc269434bdac3b5809b8db9d309e9ae26f2fed98 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Dec 10 2018 15:44:29 +0000 Subject: Correct test value. --- diff --git a/gnome_terminal/features/basic_tests.feature b/gnome_terminal/features/basic_tests.feature index 63eba1a..d7f8bc2 100644 --- a/gnome_terminal/features/basic_tests.feature +++ b/gnome_terminal/features/basic_tests.feature @@ -84,8 +84,8 @@ Feature: Basic tests Given Run gnome-terminal When enter cd terminal command And enter touch testfile terminal command - And enter echo "TEST 225" > testfile terminal command + And enter echo "TEST FeDoRa" > testfile terminal command And enter clear terminal command And enter cat testfile terminal command - Then terminal output is TEST 225 + Then terminal output is TEST FeDoRa