Skip to content

Commit 481ac1d

Browse files
Merge pull request #1112 from JoaoFula/fix-modifying-yaml-test
OLS-2210 - searching for editor box instead of title section. Should increase
2 parents fcfc50c + e2007a2 commit 481ac1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests/lightspeed-install.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ spec:
523523
.find('.ols-plugin__code-block__title')
524524
.should('be.visible')
525525
.and('contain.text', podNamePrefix);
526+
cy.get(modal).find('.monaco-editor').should('be.visible').and('contain.text', podNamePrefix);
526527
cy.get(modal).find('.monaco-editor textarea').type('Test modifying YAML', { force: true });
527528
cy.get(modal).find('button').contains('Save').click();
528529
cy.get(promptAttachment).click();

0 commit comments

Comments
 (0)