fix(editor): Fixes event bus test (#5119)

* create webhook instead of sentry destination

* remove wait()
This commit is contained in:
Michael Auerswald 2023-01-10 11:45:51 +01:00 committed by GitHub
parent 885177861a
commit 871a1d7dad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ describe('Log Streaming Settings', () => {
cy.wait(100);
settingsLogStreamingPage.getters.getDestinationModal().should('be.visible');
settingsLogStreamingPage.getters.getSelectDestinationType().click();
settingsLogStreamingPage.getters.getSelectDestinationTypeItems().eq(1).click();
settingsLogStreamingPage.getters.getSelectDestinationTypeItems().eq(0).click();
settingsLogStreamingPage.getters.getSelectDestinationButton().click();
settingsLogStreamingPage.getters
.getDestinationNameInput()