diff --git a/site/cypress/e2e/tests/tab_switching.cy.js b/site/cypress/e2e/tests/tab_switching.cy.js deleted file mode 100644 index ba6f2012d..000000000 --- a/site/cypress/e2e/tests/tab_switching.cy.js +++ /dev/null @@ -1,15 +0,0 @@ -import {tabSwitchingTester} from '../../utils/utils' - - -context('Verifying that the code examples react tab actually switches examples in the docs pages', () => { - tabSwitchingTester('/docs/voice/bxml/pause/', 'div.language-xml', 'div.language-java', 'li.tabs__item', 'Java') -}) - -context('Verifying that the code request tabs switch properly in the api references pages', () => { - tabSwitchingTester('/apis/voice/', '#react-tabs-35', '#react-tabs-41', '#react-tabs-40', 'Node.js' ) -}) - -context('Verifying that the code response tabs switch properly in the api references pages', () => { - tabSwitchingTester('/apis/voice/', '#react-tabs-49', '#react-tabs-51', '#react-tabs-50', '400' ) -}) -