Skip to content

Commit 3047b80

Browse files
authored
chore(replay): Cleanup DOM Tab test, before we remove the tab itself (#58486)
The DOM tab is going away in #58102, so we can remove the test for it.
1 parent 5700e59 commit 3047b80

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: tests/acceptance/test_replay_detail.py

-8
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ def test_simple(self):
8181
self.browser.wait_until_not('[data-test-id="loading-indicator"]')
8282
self.browser.wait_until_not('[data-test-id="loading-placeholder"]')
8383

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-
9284
def test_console_tab(self):
9385
with self.feature(FEATURE_NAME):
9486
self.browser.get(self.path)

0 commit comments

Comments
 (0)