Skip to content

Commit

Permalink
Revert previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danburonline committed Feb 23, 2024
1 parent 237d564 commit 5cfb828
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cypress/e2e/ResourceContainer.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ describe('Resource with id that contains URL encoded characters', () => {
it('resource with any id opens when user clicks on resource row in Search table', function() {
cy.visit(`/search?layout=Neuron%20Morphology`);

// Wait for the specific table header element to be visible
cy.get('th.ant-table-cell:contains("Project")', { timeout: 10000 }).should(
'be.visible'
);

cy.findAllByTestId('search-table-row')
.first()
.click();
Expand Down

0 comments on commit 5cfb828

Please sign in to comment.