From bca094e444342971c2f1b1aca9f610c3ae6a8a6c Mon Sep 17 00:00:00 2001 From: AJ Rice <53190766+ajrice6713@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:51:10 -0400 Subject: [PATCH] SWI-3627 Remove flaky test (#1162) --- site/cypress/e2e/tests/tab_switching.cy.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 site/cypress/e2e/tests/tab_switching.cy.js 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' ) -}) -