ci: Hide the github button in e2e tests (no-changelog) (#11747)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-11-15 08:33:46 +01:00
committed by GitHub
parent fd3254d587
commit fb123b44af
11 changed files with 11 additions and 17 deletions

View File

@@ -36,7 +36,6 @@ describe('AI Assistant::enabled', () => {
});
it('renders placeholder UI', () => {
cy.viewport(1920, 1080);
aiAssistant.getters.askAssistantFloatingButton().should('be.visible');
aiAssistant.getters.askAssistantFloatingButton().click();
aiAssistant.getters.askAssistantChat().should('be.visible');