Skip to content

Commit

Permalink
Update JIRA references
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored and paulovmr committed Sep 13, 2024
1 parent b9a4da2 commit d0590c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/integration/codesnippet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ describe('Code Snippet tests', () => {
cy.get('.elyra-expandableContainer-details-visible').should('not.exist');
});

// Depends on https://issues.redhat.com/browse/RHOAIENG-12695
// Depends on https://issues.redhat.com/browse/RHOAIENG-12851
it.skip('should update code snippet name after editing it', () => {
createValidCodeSnippet(snippetName);

Expand Down Expand Up @@ -239,7 +239,7 @@ describe('Code Snippet tests', () => {
cy.get('.cm-editor .cm-content .cm-line').contains(/test/i);
});

// Depends on https://issues.redhat.com/browse/RHOAIENG-12695
// Depends on https://issues.redhat.com/browse/RHOAIENG-12850
it.skip('should fail to insert a java code snippet into python editor', () => {
// Give time for the Launcher tab to load
cy.wait(2000);
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/codesnippetfromselectedcells.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Code snippet from cells tests', () => {
).should('have.class', 'lm-mod-disabled');
});

// Depends on https://issues.redhat.com/browse/RHOAIENG-12695
// Depends on https://issues.redhat.com/browse/RHOAIENG-12851
it.skip('test 1 cell', () => {
// Create new cell
cy.get(
Expand Down Expand Up @@ -66,7 +66,7 @@ describe('Code snippet from cells tests', () => {
);
});

// Depends on https://issues.redhat.com/browse/RHOAIENG-12695
// Depends on https://issues.redhat.com/browse/RHOAIENG-12851
it.skip('test 2 cells', () => {
// Create new cells
cy.get(
Expand Down

0 comments on commit d0590c0

Please sign in to comment.