Skip to content

Commit

Permalink
test(quantic): playwright e2e and unit tests created for quantic case…
Browse files Browse the repository at this point in the history
… classification component (#4967)

## [SFINT-5792](https://coveord.atlassian.net/browse/SFINT-5792)

### Unit tests and E2E tests added for the Quantic Case Classification
compoment:


https://github.com/user-attachments/assets/6384b001-b3ce-46a4-93b8-a0089866d9ec



[SFINT-5792]:
https://coveord.atlassian.net/browse/SFINT-5792?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Simon Milord <simon.milord@gmail.com>
Co-authored-by: Etienne Rocheleau <erocheleau@coveo.com>
  • Loading branch information
3 people authored Feb 27, 2025
1 parent 7a80a7a commit 9702277
Show file tree
Hide file tree
Showing 9 changed files with 1,363 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const CaseClassificationSelectors: CaseClassificationSelector &
.eq(idx),
error: () =>
CaseClassificationSelectors.get().find(
'[data-cy="case-classification-error-message"]'
'[data-testid="case-classification-error-message"]'
),
loadingSpinner: () =>
CaseClassificationSelectors.get().find('lightning-spinner'),
Expand Down
Loading

0 comments on commit 9702277

Please sign in to comment.