chore: Cleaning up skipped tests (#19189)

This commit is contained in:
shortstacked
2025-09-04 14:09:21 +01:00
committed by GitHub
parent b7bd8341aa
commit 026da46d0d
10 changed files with 0 additions and 528 deletions

View File

@@ -14,18 +14,6 @@ const credentialsPage = new CredentialsPage();
const credentialsModal = new CredentialsModal();
const nodeCreatorFeature = new NodeCreator();
// Migrated to Playwright
describe.skip('AI Assistant::disabled', () => {
beforeEach(() => {
aiAssistant.actions.disableAssistant();
wf.actions.visit();
});
it('does not show assistant button if feature is disabled', () => {
aiAssistant.getters.askAssistantFloatingButton().should('not.exist');
});
});
describe('AI Assistant::enabled', () => {
beforeEach(() => {
aiAssistant.actions.enableAssistant();