Skip to content

Commit 06ceba3

Browse files
szuendDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
[test] Remove 'testDOMWarnings' from browser tests
Test was removed upstream with https://crrev.com/c/6434430. R=alexrudenko@chromium.org Bug: 331650494 Change-Id: I7d8361888a5f5adfbeaae4a38e83e024924b25ef Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6440916 Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Auto-Submit: Simon Zünd <szuend@chromium.org>
1 parent 31fc845 commit 06ceba3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

front_end/Tests.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,13 +1165,6 @@
11651165
}
11661166
};
11671167

1168-
TestSuite.prototype.testDOMWarnings = function() {
1169-
const messages = SDK.ConsoleModel.ConsoleModel.allMessagesUnordered();
1170-
this.assertEquals(1, messages.length);
1171-
const expectedPrefix = '[DOM] Found 2 elements with non-unique id #dup:';
1172-
this.assertTrue(messages[0].messageText.startsWith(expectedPrefix));
1173-
};
1174-
11751168
TestSuite.prototype.waitForTestResultsInConsole = function() {
11761169
const messages = SDK.ConsoleModel.ConsoleModel.allMessagesUnordered();
11771170
for (let i = 0; i < messages.length; ++i) {

0 commit comments

Comments
 (0)