Skip to content

Commit

Permalink
test selector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nartovm committed Nov 25, 2024
1 parent 1bb6d4b commit cde2613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/chat-e2e/src/ui/selectors/sideBarSelectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const SideBarSelectors = {
newFolder: '[data-qa="create-folder"]',
resizeIcon: '[data-qa="resize-icon"]',
bottomPanel: '[data-qa="bottom-panel"]',
newEntity: '[data-qa="new-entity"]',
arrowAdditionalIcon: '[data-qa="arrow-icon"]',
search: '[data-qa="search"]',
searchInput: '[data-qa="search-input"]',
Expand Down

0 comments on commit cde2613

Please sign in to comment.