UNCLASSIFIED

Commit d23dc637 authored by Eric Anderson's avatar Eric Anderson
Browse files

Remove unused feedback test

parent 78577451
...@@ -37,9 +37,9 @@ describe ('Verify header links' , function(){ ...@@ -37,9 +37,9 @@ describe ('Verify header links' , function(){
cy.contains('Create a new account') cy.contains('Create a new account')
})*/ })*/
it('Feedback', function() { // it('Feedback', function() {
cy.get('#feedback').click // cy.get('#feedback').click
cy.get('#feedback > .container > .row > .col-md-8 > .section-heading').should('be.visible') // cy.get('#feedback > .container > .row > .col-md-8 > .section-heading').should('be.visible')
}) // })
}) })
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment