Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to issue 244 #253

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@ INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `dat
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (30189,'MobileWeb','Verify that the #{element} has non-empty value','{\\\"test-data\\\":null,\\\"element\\\":\\\"\\\\\\\\\\\\\\\\#{.*?}\\\",\\\"attribute\\\":null,\\\"from-element\\\":null,\\\"to-element\\\":null}','verifyValueNotEmpty','com.testsigma.automator.actions.mobile.mobileweb.ifconditional.CheckIfValueNotEmptyAction','verify',NULL,NULL,NULL,NULL,'2021-12-22 14:54:08','2021-12-22 14:54:08','','IF_CONDITION');
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (30190,'AndroidNative','Verify that the #{element} has non-empty value','{\\\"test-data\\\":null,\\\"element\\\":\\\"\\\\\\\\\\\\\\\\#{.*?}\\\",\\\"attribute\\\":null,\\\"from-element\\\":null,\\\"to-element\\\":null}','verifyValueNotEmpty','com.testsigma.automator.actions.mobile.android.ifconditional.CheckIfValueNotEmptyAction','verify',NULL,NULL,NULL,NULL,'2021-12-22 14:54:08','2021-12-22 14:54:08','','IF_CONDITION');
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (30191,'IOSNative','Verify that the #{element} has non-empty value','{\\\"test-data\\\":null,\\\"element\\\":\\\"\\\\\\\\\\\\\\\\#{.*?}\\\",\\\"attribute\\\":null,\\\"from-element\\\":null,\\\"to-element\\\":null}','verifyValueNotEmpty','com.testsigma.automator.actions.mobile.ios.ifconditional.CheckIfValueNotEmptyAction','verify',NULL,NULL,NULL,NULL,'2021-12-22 14:54:08','2021-12-22 14:54:08','','IF_CONDITION');
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`,`condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192);
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192);
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192);
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime varible @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0);
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`,`condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (1095,'WebApplication','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',0,10209,20163,30192);
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (10209,'MobileWeb','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,0,20163,30192);
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (20163,'AndroidNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,0,30192);
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `created_date`, `updated_date`, `condition_type`, `allowed_values`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`) VALUES (30192,'IOSNative','Store current ${Test Data Profile Name/Test Data Set Index/Test Data Set Name} value into runtime variable @{attribute}','{\"test-data\":\"\\\\\\\\${.*?}\",\"ui-identifier\":\"\\\\\\\\#{.*?}\",\"attribute\":\"\\\\\\\\@{.*?}\"}','StoreTestDataNlpSnippet','com.testsigma.automator.actions.web.store.StoreTestDataProxyNlpSnippet','store','2022-01-28 16:06:50','2022-01-28 16:06:50',NULL,'[\"Test Data Profile Name\",\"Test Data Set Index\",\"Test Data Set Name\"]',1095,10209,20163,0);

INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (961,'WebApplication','Get window title','{"test-data":null,"element":null,"attribute":null,"from-element":null,"to-element":null}','getTitle','com.testsigma.automator.actions.web.generic.GetWindowTitleAction','window',961,0,0,0,'2021-10-19 19:37:03','2021-10-19 19:37:03',NULL,NULL);
INSERT INTO `natural_text_actions` (`id`, `workspace_type`, `natural_text`, `data`, `display_name`, `snippet_class`, `action`, `import_to_web`, `import_to_mobile_web`, `import_to_android_native`, `import_to_ios_native`, `created_date`, `updated_date`, `allowed_values`, `condition_type`) VALUES (13,'WebApplication','Wait until the #{element} is clickable','{"test-data":null,"element":"\\\\#{.*?}","attribute":null,"from-element":null,"to-element":null}','waitUntilElementIsClickable','com.testsigma.automator.actions.web.wait.WaitUntilElementIsClickableAction','wait',13,0,0,0,'2021-10-19 19:37:03','2021-10-19 19:37:03',NULL,NULL);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,10 @@ INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `des
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (851,20143,'Continue loop','Continues loop','https://app.testsigma.com/','{}','2022-01-10 20:16:55','2022-01-10 20:16:55');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (852,30176,'Verify that the element button is clickable','In this example, We will verify that the element is clickable','https://app.testsigma.com/','{}','2022-05-17 21:51:41','2022-05-17 21:51:41');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (853,30188,'Verify that the element element has non-empty value','In this example, We will verify that the element has non empty value','https://app.testsigma.com/','{}','2022-05-17 21:57:02','2022-05-17 21:57:02');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{\"attribute\": \"name\", \"test-data\": \"TestDataName\"}','2021-12-23 17:34:05','2021-12-23 17:34:05');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{\"attribute\": \"name\", \"test-data\": \"TestDataName\"}','2021-12-23 17:34:05','2021-12-23 17:34:05');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{\"attribute\": \"name\", \"test-data\": \"TestDataName\"}','2021-12-23 17:34:05','2021-12-23 17:34:05');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime varible','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{\"attribute\": \"name\", \"test-data\": \"TestDataName\"}','2021-12-23 17:34:05','2021-12-23 17:34:05');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (854,1095,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (855,10209,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (856,20163,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (857,30192,'Store current Test Data Profile Name/Test Data Set Index/Test Data Set Name value into runtime variable','In this example, We will store the Test data profile related data into run time variable','https://app.testsigma.com/','{"attribute": "name", "test-data": "TestDataName"}','2021-12-23 17:34:05','2021-12-23 17:34:05');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (256, 961, 'Get Title of the current Browser window', 'Get Title of the current Browser window', 'https://app.testsigma.com/login', '{}', '2022-01-28 16:06:57', '2022-01-28 16:06:57');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (12, 13, 'Wait until the Element with given element is clickable', 'In this example, execution will wait until the Element with given UI Identifier "Rejected" is clickable', 'http://opensource.demo.orangehrmlive.com', '{"Rejected": {"type": "id_value", "value": "btnLogin"}}', '2022-01-28 16:06:57', '2022-01-28 16:06:57');
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (17, 18, 'Wait until the Element with given element becomes invisible', 'In this example, execution will wait until the Element with given UI Identifier "Deattach" becomes invisible', 'http://toolsqa.com/automation-practice-switch-windows/', '{"Deattach": {"type": "id_value", "value": "Deattach"}}', '2022-01-28 16:06:57', '2022-01-28 16:06:57');
Expand Down
Loading