Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAlonso authored and ConorOM1 committed Dec 12, 2024
1 parent 655c7ba commit 672def0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ describe('Verify Admins Can Import and Delete a Custom Single-Model Serving Runt
.find()
.within(() => {
servingRuntimes.findEditModel().click();
servingRuntimes.findDeleteModel().click();
});
servingRuntimes.findDeleteModel().click();

servingRuntimes.findDeleteModal().should('be.visible').type(metadataSingleDisplayName);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ describe('Regular Users can make use of the Storage Classes in the Cluster Stora
tearDownClusterStorageSCFeature(dspName);
});

// TODO: This test is failing due to https://issues.redhat.com/browse/RHOAIENG-16609

it('If all SC are disabled except one, the SC dropdown should be disabled', () => {
cy.visitWithLogin('/projects', LDAP_CONTRIBUTOR_USER);
// Open the project
Expand Down

0 comments on commit 672def0

Please sign in to comment.