Remove endpoint test for slack token field

pull/15276/head
Deniz Kusefoglu 2019-09-25 10:54:07 -07:00
parent 43f3eafa73
commit ca078d4b91
1 changed files with 0 additions and 5 deletions

View File

@ -107,11 +107,6 @@ describe('Notification Endpoints', () => {
.type('slack.url.us')
.should('have.value', 'slack.url.us')
cy.getByTestID('slack-token')
.clear()
.type('tokenzzzzzz')
.should('have.value', 'tokenzzzzzz')
cy.getByTestID('endpoint-save--button').click()
cy.getByTestID(`endpoint-card ${name}`).should('exist')