We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5700e59 commit 3047b80Copy full SHA for 3047b80
tests/acceptance/test_replay_detail.py
@@ -81,14 +81,6 @@ def test_simple(self):
81
self.browser.wait_until_not('[data-test-id="loading-indicator"]')
82
self.browser.wait_until_not('[data-test-id="loading-placeholder"]')
83
84
- def test_dom_events_tab(self):
85
- with self.feature(FEATURE_NAME):
86
- self.browser.get(self.path)
87
- self.browser.wait_until_not('[data-test-id="loading-indicator"]')
88
- self.browser.wait_until_not('[data-test-id="loading-placeholder"]')
89
- self.browser.click('[data-test-id="replay-details-dom-btn"]')
90
- self.browser.wait_until_test_id("replay-details-dom-events-tab")
91
-
92
def test_console_tab(self):
93
with self.feature(FEATURE_NAME):
94
self.browser.get(self.path)
0 commit comments