File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,8 @@ export const test = testBase.extend<VSCodeFixtures>({
305305 // ensure connection has resources available to work with
306306 await expect ( connectionItem . locator ) . toHaveAttribute ( "aria-expanded" , "true" ) ;
307307
308+ const topicName = `${ topicConfig . name } -${ randomUUID ( ) } ` ;
309+
308310 // set default replication factor (if it wasn't provided) based on connection type
309311 const replicationFactor =
310312 topicConfig . replicationFactor ??
@@ -319,7 +321,6 @@ export const test = testBase.extend<VSCodeFixtures>({
319321 SelectKafkaCluster . FromResourcesView ,
320322 topicConfig . clusterLabel ,
321323 ) ;
322- const topicName = `${ topicConfig . name } -${ randomUUID ( ) } ` ;
323324 await topicsView . createTopic ( topicName , numPartitions , replicationFactor ) ;
324325
325326 await use ( topicName ) ;
You can’t perform that action at this time.
0 commit comments