@@ -52,13 +60,11 @@ const BuilderView: FC = () => {
{
{
Keywords settings
+
+
+
+
);
};
diff --git a/src/config/selectors.ts b/src/config/selectors.ts
index 0298dc18..878e3d8c 100644
--- a/src/config/selectors.ts
+++ b/src/config/selectors.ts
@@ -37,6 +37,8 @@ export const CHAT_WINDOW_CY = 'chat_window';
export const DICTIONNARY_MODE_CY = 'dictionnary_mode';
export const CHATBOT_MODE_CY = 'chatbot_mode_cy';
+export const SETTINGS_SAVE_BUTTON_CY = 'settings_save_button';
+
export const buildDataCy = (selector: string): string =>
`[data-cy=${selector}]`;