Merge branch '19383-advanced-dialog' into main. Closes #19383
[arvados-workbench2.git] / cypress / integration / search.spec.js
index 2216c067f8423f7c36fdfd4c7b10ca23402d707c..da33c7df02881dfc1d62c5bd9f03fa229e665362 100644 (file)
@@ -241,7 +241,7 @@ describe('Search tests', function() {
             cy.get('[data-cy=context-menu]').within((ctx) => {
                 // Check that there are 4 items in the menu
                 cy.get(ctx).children().should('have.length', 4);
-                cy.contains('Advanced');
+                cy.contains('API Details');
                 cy.contains('Copy to clipboard');
                 cy.contains('Open in new tab');
                 cy.contains('View details');