File tree 1 file changed +0
-13
lines changed
site/src/pages/WorkspacePage 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import {
13
13
MockOutdatedWorkspace ,
14
14
MockTemplateVersionParameter1 ,
15
15
MockTemplateVersionParameter2 ,
16
- MockBuilds ,
17
16
MockUser ,
18
17
MockDeploymentConfig ,
19
18
MockWorkspaceBuildDelete ,
@@ -317,18 +316,6 @@ describe("WorkspacePage", () => {
317
316
} ) ;
318
317
} ) ;
319
318
320
- it ( "shows the timeline build" , async ( ) => {
321
- await renderWorkspacePage ( MockWorkspace ) ;
322
- const table = await screen . findByTestId ( "builds-table" ) ;
323
-
324
- // Wait for the results to be loaded
325
- await waitFor ( async ( ) => {
326
- const rows = table . querySelectorAll ( "tbody > tr" ) ;
327
- // Added +1 because of the date row
328
- expect ( rows ) . toHaveLength ( MockBuilds . length + 1 ) ;
329
- } ) ;
330
- } ) ;
331
-
332
319
it ( "restart the workspace with one time parameters when having the confirmation dialog" , async ( ) => {
333
320
window . localStorage . removeItem ( `${ MockUser . id } _ignoredWarnings` ) ;
334
321
jest . spyOn ( api , "getWorkspaceParameters" ) . mockResolvedValue ( {
You can’t perform that action at this time.
0 commit comments