mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
chore(editor): Bump Reka UI version to 2.5.0 (#19443)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user