From 4ce4dae0371ef67db373bf738147019496be3a91 Mon Sep 17 00:00:00 2001 From: Kaustav Ghosh Date: Tue, 28 May 2019 22:07:56 -0700 Subject: [PATCH] ci: fix cypress api tests (#1535) --- .circleci/enable_api.exp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/enable_api.exp b/.circleci/enable_api.exp index b2ce7196f49..946b0191bba 100644 --- a/.circleci/enable_api.exp +++ b/.circleci/enable_api.exp @@ -32,6 +32,8 @@ expect "Do you want to add a sort key to your table?" send -- "n\r" expect "Do you want to add global secondary indexes to your table?" send -- "n\r" +expect "Do you want to access other resources created in this project from your Lambda function?" +send -- "n\r" expect "Do you want to edit the local lambda function now?" send -- "n\r" expect "Restrict API access"