Skip to content

Commit

Permalink
Edit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiehuff committed May 20, 2019
1 parent 9a3f305 commit 348a761
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ describe('Breadcrumb Demo Test', () => {
});

it('Verify breadcrumb items have link', () => {
cy.get('li').children('a');
cy.get('li').children('a').should('not.be.undefined');
cy.get('li').children('a').should('not.equal', null);
});

it('Verify default section home content', () => {
Expand Down

0 comments on commit 348a761

Please sign in to comment.