UNCLASSIFIED

Commit cfa7568e authored by paulqualls's avatar paulqualls
Browse files

Merge branch 'ec-eric-removeTest' into 'master'

Remove unused feedback test

See merge request platform-one/plugins/website-sso-information!31
parents 78577451 d23dc637
...@@ -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