Skip to content

Commit

Permalink
tweak questions (#100)
Browse files Browse the repository at this point in the history
Add easier questions with more reliable answers and that work with citations
  • Loading branch information
Ciniesta authored Jul 29, 2024
1 parent 0cd0f32 commit 395cf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/selectors/widget-selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export const closeButton = '.header-actions button[aria-label="generic.close"]';
export const firstQuery = 'bluetooth';
export const secondQuery = 'radio';
export const expectedResourceTitle = 'Lamarr Lesson plan.pdf';
export const firstQuestion = 'Did Hedy Lamarr invented wifi?';
export const secondQuestion = 'Was Hedy Lamarr an inventor?';
export const firstQuestion = 'Who was Hedy Lamarr?';
export const secondQuestion = 'What did Hedy Lamarr invent?';

0 comments on commit 395cf40

Please sign in to comment.