From bf88d8c4962f391669879317c610472c7005409c Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Dec 10 2018 15:42:13 +0000 Subject: Fix variables. --- diff --git a/gnome_terminal/features/basic_tests.feature b/gnome_terminal/features/basic_tests.feature index bef9d21..63eba1a 100644 --- a/gnome_terminal/features/basic_tests.feature +++ b/gnome_terminal/features/basic_tests.feature @@ -79,4 +79,13 @@ Feature: Basic tests | df | Filesystem | - + @write_file + Scenario: create file and write a value + 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 clear terminal command + And enter cat testfile terminal command + Then terminal output is TEST 225 +