chore(editor): Bump Reka UI version to 2.5.0 (#19443)

This commit is contained in:
Suguru Inoue
2025-09-12 12:35:29 +02:00
committed by GitHub
parent b4aaec51f6
commit e0d56575a5
4 changed files with 9 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ describe('Log Streaming Settings', () => {
settingsLogStreamingPage.getters
.getDestinationNameInput()
.find('span[data-test-id=inline-edit-preview]')
.click();
.click({ force: true });
cy.getByTestId('inline-edit-input').type('Destination 0');
settingsLogStreamingPage.getters.getDestinationSaveButton().click();
cy.wait(100);
@@ -85,7 +85,7 @@ describe('Log Streaming Settings', () => {
settingsLogStreamingPage.getters
.getDestinationNameInput()
.find('span[data-test-id=inline-edit-preview]')
.click();
.click({ force: true });
cy.getByTestId('inline-edit-input').type('Destination 1');
settingsLogStreamingPage.getters.getDestinationSaveButton().should('not.have.attr', 'disabled');
settingsLogStreamingPage.getters.getDestinationSaveButton().click();