mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
|
export const getPublicApiUpgradeCTA = () => cy.getByTestId('public-api-upgrade-cta');
|
||
|
|
||
|
export const visitPublicApiPage = () => {
|
||
|
cy.visit('/settings/api');
|
||
|
};
|