From 648ea2d943665e968aa96efb56c0d47ad379fe0f Mon Sep 17 00:00:00 2001 From: Carles Onielfa <31882346+carlesonielfa@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:54:24 +0200 Subject: [PATCH] More consistent citations question (#104) --- cypress/e2e/selectors/widget-selectors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/selectors/widget-selectors.js b/cypress/e2e/selectors/widget-selectors.js index 0d7fb35..b3440a7 100644 --- a/cypress/e2e/selectors/widget-selectors.js +++ b/cypress/e2e/selectors/widget-selectors.js @@ -28,7 +28,7 @@ export const closeButton = '.header-actions button[aria-label="generic.close"]'; // Data sent and expected export const firstQuery = 'bluetooth'; -export const secondQuery = 'radio'; +export const secondQuery = 'colleen cheslak'; export const expectedResourceTitle = 'Lamarr Lesson plan.pdf'; export const firstQuestion = 'Who was Hedy Lamarr?'; -export const secondQuestion = 'What did Hedy Lamarr invent?'; +export const secondQuestion = 'Who organizes the lesson named "An Inventive Mind"?';