mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test: Migrate small Cypress tests to Playwright (#18922)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ export class VersionsPage extends BasePage {
|
||||
}
|
||||
|
||||
getWhatsNewMenuItem() {
|
||||
return this.page.getByTestId('menu-item').getByTestId('whats-new');
|
||||
return this.page.getByText('What’s New');
|
||||
}
|
||||
|
||||
async openWhatsNewMenu() {
|
||||
|
||||
Reference in New Issue
Block a user