mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor: Set up Cypress as pnpm workspace (no-changelog) (#6049)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { BasePage } from './base';
|
||||
import { getVisibleSelect } from '../utils';
|
||||
import { BasePage } from './base';
|
||||
|
||||
export class SettingsLogStreamingPage extends BasePage {
|
||||
url = '/settings/log-streaming';
|
||||
|
||||
getters = {
|
||||
getActionBoxUnlicensed: () => cy.getByTestId('action-box-unlicensed'),
|
||||
getActionBoxLicensed: () => cy.getByTestId('action-box-licensed'),
|
||||
@@ -17,6 +18,7 @@ export class SettingsLogStreamingPage extends BasePage {
|
||||
getDestinationDeleteButton: () => cy.getByTestId('destination-delete-button'),
|
||||
getDestinationCards: () => cy.getByTestId('destination-card'),
|
||||
};
|
||||
|
||||
actions = {
|
||||
clickContactUs: () => this.getters.getContactUsButton().click(),
|
||||
clickAddFirstDestination: () => this.getters.getAddFirstDestinationButton().click(),
|
||||
|
||||
Reference in New Issue
Block a user