Skip to content

Commit

Permalink
Updating skipped test to skipped describe #718
Browse files Browse the repository at this point in the history
This was due to a before each hook failing
  • Loading branch information
Sam Glendenning committed Aug 4, 2021
1 parent 7c0f9b7 commit 8f56029
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ describe('ISIS - Datasets Table', () => {
});
});

describe('should be able to view details', () => {
// TODO: Data mismatch issue (#782)
describe.skip('should be able to view details', () => {
beforeEach(() => {
// Check that we have received the size from the API as this will produce
// a re-render which can prevent the click.
Expand All @@ -233,8 +234,7 @@ describe('ISIS - Datasets Table', () => {
);
});

// TODO: Data mismatch issue (#782)
it.skip('when no other row is showing details', () => {
it('when no other row is showing details', () => {
cy.get('[aria-label="Show details"]').first().click();

cy.get('#details-panel').should('be.visible');
Expand Down

0 comments on commit 8f56029

Please sign in to comment.