Liu Song’s Projects


~/Projects/chrome-devtools-frontend

git clone https://code.lsong.org/chrome-devtools-frontend

Commit

Commit
ef0617059f0fd54e606edcdd81fa879bb0989876
Author
Andrés Olivares <[email protected]>
Date
2022-11-09 15:00:05 +0000 +0000
Diffstat
 test/e2e/elements/style-pane-properties_test.ts | 3 ++-

Disable flaky styles pane e2e test

Bug: 1382794
Change-Id: I9912e7944aa1807e3c71067ad6b31c248bf172e6
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4017233
Reviewed-by: Changhao Han <[email protected]>
Auto-Submit: Andres Olivares <[email protected]>
Commit-Queue: Changhao Han <[email protected]>


diff --git a/test/e2e/elements/style-pane-properties_test.ts b/test/e2e/elements/style-pane-properties_test.ts
index 2a23edd8ea834d1b5f2c582728b63efb8e27a839..48e206bef014ae61fd3b778f8c93dfc65eca40e0 100644
--- a/test/e2e/elements/style-pane-properties_test.ts
+++ b/test/e2e/elements/style-pane-properties_test.ts
@@ -802,8 +802,9 @@     ];
     assert.deepEqual(inspectedRules, expectedInspected1Rules);
   });
 
-
+describe('The Styles pane', async () => {
 // found in the LICENSE file.
+describe('The Styles pane', async () => {
 
     await goToResourceAndWaitForStyleSection('elements/css-shorthand-override.html');
     await waitForStyleRule('body');