We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcfc50c + e2007a2 commit 481ac1dCopy full SHA for 481ac1d
tests/tests/lightspeed-install.cy.ts
@@ -523,6 +523,7 @@ spec:
523
.find('.ols-plugin__code-block__title')
524
.should('be.visible')
525
.and('contain.text', podNamePrefix);
526
+ cy.get(modal).find('.monaco-editor').should('be.visible').and('contain.text', podNamePrefix);
527
cy.get(modal).find('.monaco-editor textarea').type('Test modifying YAML', { force: true });
528
cy.get(modal).find('button').contains('Save').click();
529
cy.get(promptAttachment).click();
0 commit comments