Skip to content

Commit

Permalink
Renamed improper 'Code block' ref in cypress test
Browse files Browse the repository at this point in the history
Signed-off-by: mehdinv <[email protected]>
  • Loading branch information
MehdiNV committed Oct 11, 2023
1 parent a73f192 commit 4ab71a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/tests/ui/flowchart/flowchart.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('Flowchart DAG', () => {
cy.get('[data-label="Run Command:"]').should('exist');
});

it('verifies that users can open the code block in the metadata panel. #TC-25', () => {
it('verifies that users can open the source block in the metadata panel. #TC-25', () => {
// Assert before action
cy.get('.pipeline-metadata-code--visible').should('not.exist');

Expand All @@ -52,7 +52,7 @@ describe('Flowchart DAG', () => {

// Assert after action
cy.get('.pipeline-metadata-code--visible').should('exist');
cy.get('.pipeline-metadata-code__title').should('have.text', 'Code block');
cy.get('.pipeline-metadata-code__title').should('have.text', 'Source block');
});

it('verifies that users can open the metadata panel for parameters and see the parameter details. #TC-26', () => {
Expand Down

0 comments on commit 4ab71a5

Please sign in to comment.