File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ suite("System Performance Extension E2E Tests", () => {
147147 test ( "Status bar configuration should work" , async ( ) => {
148148 const config = vscode . workspace . getConfiguration ( "systemGraph" ) ;
149149
150- // First, ensure we start with a known state
151150 await config . update (
152151 "statusBarEnabled" ,
153152 true ,
@@ -162,10 +161,8 @@ suite("System Performance Extension E2E Tests", () => {
162161 vscode . ConfigurationTarget . Global
163162 ) ;
164163
165- // Wait longer for configuration to propagate
166164 await new Promise ( ( resolve ) => setTimeout ( resolve , 2000 ) ) ;
167165
168- // Get fresh config instance to ensure we have latest values
169166 const freshConfig = vscode . workspace . getConfiguration ( "systemGraph" ) ;
170167 const updatedValue = freshConfig . get ( "statusBarEnabled" ) ;
171168
You can’t perform that action at this time.
0 commit comments