From 11fd640fe52fca5f6c16c9a96f92fda26fc37655 Mon Sep 17 00:00:00 2001 From: Benjamin Graham Date: Tue, 9 Jun 2020 12:36:23 -0400 Subject: [PATCH] Fixed download error in testSessionRecordingConf --- test/check-application | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/check-application b/test/check-application index 764bbf3..5689b64 100755 --- a/test/check-application +++ b/test/check-application @@ -153,6 +153,7 @@ class TestApplication(MachineCase): test_file = "/tmp/test-tlog-rec-session.conf" # Save the existing config + b.click("#btn-save-tlog-conf") m.download(conf_file, save_file) # Change all of the fields b.set_input_text("#shell", "/test/path/shell") @@ -201,6 +202,7 @@ class TestApplication(MachineCase): test_all_file = "/tmp/test-all-sssd-session-recording.conf" # Save the existing config + b.click("#btn-save-sssd-conf") m.download(conf_file, save_file) # Download test with scope 'None' b.set_val("#scope", "none")