-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(quantic): Migration of Quantic Smart Snippet suggestions to Play…
…wright (#4888) [SFINT-5917](https://coveord.atlassian.net/browse/SFINT-5917) ## IN THIS PR: - We are migrating E2E tests for the `quanticSmartSnippetSuggestions` component from Cypress to Playwright and adding unit tests. ## UNIT TESTS: <img width="427" alt="image" src="https://github.com/user-attachments/assets/5c84d086-2dab-4187-ad5b-2ad0716e6118" /> ## E2E TESTS: <img width="528" alt="image" src="https://github.com/user-attachments/assets/6362c0c1-0d0b-4a26-b20f-d5275aea61d7" /> [SFINT-5917]: https://coveord.atlassian.net/browse/SFINT-5917?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
1 parent
bd4d888
commit 7b277e1
Showing
14 changed files
with
856 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 2 additions & 11 deletions
13
packages/quantic/force-app/main/default/lwc/quanticSmartSnippet/e2e/data.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...antic/force-app/main/default/lwc/quanticSmartSnippetAnswer/quanticSmartSnippetAnswer.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<template> | ||
<div data-cy="smart-snippet-answer" class="smart-snippet-answer" lwc:dom="manual"></div> | ||
<div data-testid="smart-snippet-answer" class="smart-snippet-answer" lwc:dom="manual"></div> | ||
</template> |
Oops, something went wrong.