test(editor): Fix failing licensing related e2e specs (no-changelog) (#5884)

test(editor): Fix failing licensing related specs
This commit is contained in:
OlegIvaniv
2023-04-03 09:49:55 +02:00
committed by GitHub
parent fd48b049e5
commit d9f1e1e1ed
2 changed files with 8 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ describe('Log Streaming Settings', () => {
});
it('should show the licensed view when the feature is enabled', () => {
cy.enableFeature('logStreaming');
cy.enableFeature('feat:logStreaming');
cy.visit('/settings/log-streaming');
settingsLogStreamingPage.getters.getActionBoxLicensed().should('be.visible');
settingsLogStreamingPage.getters.getAddFirstDestinationButton().should('be.visible');