Skip to content

Commit

Permalink
sorrected sql dump syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-testsigma committed Aug 27, 2022
1 parent 23dda38 commit 725a391
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
--Dumping data for table natural_text_action_examples
--
-- Dumping data for table `natural_text_action_examples`
--

LOCK TABLES `natural_text_action_examples` WRITE;
INSERT INTO `natural_text_action_examples` (`id`, `natural_text_action_id`, `description`, `example`, `workspace`, `data`, `created_date`, `updated_date`) VALUES (1,1,'Wait until specified text is present on current Page','In this example, execution will wait until specified text \"Register\" is present on current Page','https://travel.testsigma.com/login','{\"test data\": \"Register\"}','2022-08-17 14:08:28','2022-08-17 14:08:28');
Expand Down

0 comments on commit 725a391

Please sign in to comment.