Skip to content

Commit ab0b7c0

Browse files
author
Ahmed Hamouda
committed
chore: re-enable integ_react_interactions_chatbot_v1 tests
1 parent b6d4c7a commit ab0b7c0

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

.github/canary-config/canary-all.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,13 @@ tests:
153153
# sample_name: [chatbot-component]
154154
# spec: chatbot-component
155155
# browser: *minimal_browser_list
156-
# Skipping chatbot_v1 test due to persistent AWS Lex V1 rate limiting issues
157-
# TODO: Re-enable after investigating bot configuration
158-
# - test_name: integ_react_interactions_chatbot_v1
159-
# desc: 'Chatbot V1'
160-
# framework: react
161-
# category: interactions
162-
# sample_name: [lex-test-component]
163-
# spec: chatbot-v1
164-
# browser: [chrome, firefox]
156+
- test_name: integ_react_interactions_chatbot_v1
157+
desc: 'Chatbot V1'
158+
framework: react
159+
category: interactions
160+
sample_name: [lex-test-component]
161+
spec: chatbot-v1
162+
browser: [chrome, firefox]
165163
- test_name: integ_react_interactions_chatbot_v2
166164
desc: 'Chatbot V2'
167165
framework: react

.github/integ-config/integ-all.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -820,15 +820,13 @@ tests:
820820
# amplifyjs_dir: true
821821

822822
# INTERACTIONS
823-
# Skipping chatbot_v1 test due to persistent AWS Lex V1 rate limiting issues
824-
# TODO: Re-enable after investigating bot configuration
825-
# - test_name: integ_react_interactions_chatbot_v1
826-
# desc: 'Chatbot V1'
827-
# framework: react
828-
# category: interactions
829-
# sample_name: [lex-test-component]
830-
# spec: chatbot-v1
831-
# browser: *minimal_browser_list
823+
- test_name: integ_react_interactions_chatbot_v1
824+
desc: 'Chatbot V1'
825+
framework: react
826+
category: interactions
827+
sample_name: [lex-test-component]
828+
spec: chatbot-v1
829+
browser: *minimal_browser_list
832830
- test_name: integ_react_interactions_chatbot_v2
833831
desc: 'Chatbot V2'
834832
framework: react

0 commit comments

Comments
 (0)