Skip to content

Commit

Permalink
👕 Breaking up long line
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Aug 19, 2024
1 parent 58b82ba commit dcda346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/pages/features/ai-assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export class AIAssistant extends BasePage {
getters = {
askAssistantFloatingButton: () => cy.getByTestId('ask-assistant-floating-button'),
askAssistantSidebar: () => cy.getByTestId('ask-assistant-sidebar'),
askAssistantSidebarResizer: () => this.getters.askAssistantSidebar().find('[class^=_resizer][data-dir=left]').first(),
askAssistantSidebarResizer: () =>
this.getters.askAssistantSidebar().find('[class^=_resizer][data-dir=left]').first(),
askAssistantChat: () => cy.getByTestId('ask-assistant-chat'),
placeholderMessage: () => cy.getByTestId('placeholder-message'),
closeChatButton: () => cy.getByTestId('close-chat-button'),
Expand Down

0 comments on commit dcda346

Please sign in to comment.