From e7b789135ca76fba464c35973641857cd0c6fc6b Mon Sep 17 00:00:00 2001 From: rahuldash171 Date: Thu, 5 Oct 2023 20:20:10 +0530 Subject: [PATCH] NameSpace Admin features --- .../e2e-test/features/namespaceadmin/NameSpaceAdmin.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cdap-e2e-tests/src/e2e-test/features/namespaceadmin/NameSpaceAdmin.feature b/cdap-e2e-tests/src/e2e-test/features/namespaceadmin/NameSpaceAdmin.feature index c931dd05c5fb..12c51980dc78 100644 --- a/cdap-e2e-tests/src/e2e-test/features/namespaceadmin/NameSpaceAdmin.feature +++ b/cdap-e2e-tests/src/e2e-test/features/namespaceadmin/NameSpaceAdmin.feature @@ -8,8 +8,8 @@ Feature: NameSpaceAdmin - Validate system admin page flow Then Click on NameSpace Admin link from the menu Then Click "preferences" tab from Configuration page for "default" Namespace Then Click on edit namespace preferences to set namespace preferences - Then Enter key value pairs to set preferences: "keyValue" with values from json: "test1" - Then Click on Save and Close button to save the preferences + Then Set system preferences with key: "keyValue" and value: "systemPreferences1" + Then Click on the Save & Close preferences button Scenario:Validate user is able to open compute profile page and select a provisioner @@ -18,4 +18,4 @@ Feature: NameSpaceAdmin - Validate system admin page flow Then Click on NameSpace Admin link from the menu Then Click on create profile button for "default" Namespace Then Select a provisioner: "existingDataProc" for the compute profile - Then Click on close button of compute profile page \ No newline at end of file + Then Click on close button of compute profile properties page \ No newline at end of file