UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Apps
Static Sites
Commits
d23dc637
Commit
d23dc637
authored
Apr 07, 2021
by
Eric Anderson
Browse files
Remove unused feedback test
parent
78577451
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
p1-sso/tests/cypress/p1SSO_home.js
p1-sso/tests/cypress/p1SSO_home.js
+4
-4
No files found.
p1-sso/tests/cypress/p1SSO_home.js
View file @
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment