File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ test(
123123
124124 const timeout = TIMEOUTS . importDataset ;
125125
126- await page . getByRole ( 'button' , { name : / i m p o r t / i } ) . click ( ) ;
126+ await page . getByRole ( 'button' , { name : / i m p o r t / i } ) . click ( { timeout } ) ;
127127
128128 // Wait for the progress to start
129129 await expect ( page . getByText ( / I m p o r t d a t a s e t t o p r o j e c t / ) ) . toBeVisible ( { timeout } ) ;
@@ -162,7 +162,7 @@ test(
162162 const modelsPage = await projectPage . goToModelsPage ( ) ;
163163
164164 // Run test on active model's FP16 version
165- const activeModel = { name : 'MobileNetV2- ATSS' , version : '1' } ;
165+ const activeModel = { name : 'ATSS-MobileNetV2 ' , version : '1' } ;
166166 const modelPage = await modelsPage . goToModel ( activeModel . name , activeModel . version ) ;
167167 const runTestDialogPage = await modelPage . openTestDialog ( `${ activeModel . name } OpenVINO FP16` ) ;
168168
You can’t perform that action at this time.
0 commit comments