Skip to content

Commit 0965a64

Browse files
authoredFeb 25, 2025··
1 parent eed82ab commit 0965a64

File tree

153 files changed

+2178
-1361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+2178
-1361
lines changed
 

‎package-lock.json

+319-200
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/atomic/cypress/e2e/smart-snippet-selectors.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
export const smartSnippetComponent = 'atomic-smart-snippet';
22
export const SmartSnippetSelectors = {
33
shadow: () => cy.get(smartSnippetComponent).shadow(),
4-
accessibilityHeading: () =>
5-
SmartSnippetSelectors.shadow().find('.accessibility-only'),
4+
accessibilityHeading: () => SmartSnippetSelectors.shadow().find('.sr-only'),
65
smartSnippet: () =>
76
SmartSnippetSelectors.shadow().find('[part="smart-snippet"]'),
87
question: () => SmartSnippetSelectors.shadow().find('[part="question"]'),

0 commit comments

Comments
 (0)
Please sign in to comment.