File tree Expand file tree Collapse file tree 4 files changed +20
-16
lines changed Expand file tree Collapse file tree 4 files changed +20
-16
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,8 @@ test.describe("Add Lifecycle Rule Modal in bucket settings tests for object vers
7676
7777 await test . step ( "Clean up bucket and verify the clean up" , async ( ) => {
7878 await bucketSummaryPage . confirmDeleteBucket ( ) ;
79- const existBukCount = await bucketListPage . isBucketExist (
80- versionedBucketName ,
81- ) ;
79+ const existBukCount =
80+ await bucketListPage . isBucketExist ( versionedBucketName ) ;
8281 await expect ( existBukCount ) . toEqual ( 0 ) ;
8382 } ) ;
8483 } ) ;
Original file line number Diff line number Diff line change 8787 "customize-cra" : " ^1.0.0" ,
8888 "minio" : " ^7.1.1" ,
8989 "nyc" : " ^15.1.0" ,
90- "prettier" : " 3.0.0 " ,
90+ "prettier" : " 3.0.3 " ,
9191 "react-app-rewire-hot-loader" : " ^2.0.1" ,
9292 "react-app-rewired" : " ^2.2.1" ,
9393 "react-scripts" : " 5.0.1" ,
Original file line number Diff line number Diff line change 1515// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
1717import React from "react" ;
18- import { Grid } from "@mui/material" ;
19- import { Loader } from "mds" ;
18+ import { Loader , Grid } from "mds" ;
2019
2120const LoadingComponent = ( ) => {
2221 return (
2322 < Grid
2423 container
25- spacing = { 0 }
26- direction = "column"
27- alignItems = "center"
28- justifyContent = "center"
29- style = { { minHeight : "100vh" } }
24+ sx = { {
25+ height : "100vh" ,
26+ display : "flex" ,
27+ flexDirection : "column" ,
28+ alignItems : "center" ,
29+ justifyContent : "center" ,
30+ } }
3031 >
31- < Grid item xs = { 3 } style = { { textAlign : "center" } } >
32+ < Grid
33+ item
34+ xs = { 3 }
35+ sx = { { display : "flex" , justifyContent : "center" , alignItems : "center" } }
36+ >
3237 < Loader style = { { width : 35 , height : 35 } } />
3338 </ Grid >
3439 </ Grid >
Original file line number Diff line number Diff line change @@ -9739,10 +9739,10 @@ prelude-ls@^1.2.1:
97399739 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
97409740 integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
97419741
9742- prettier@3.0.0 :
9743- version "3.0.0 "
9744- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0 .tgz#e7b19f691245a21d618c68bc54dc06122f6105ae "
9745- integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g ==
9742+ prettier@3.0.3 :
9743+ version "3.0.3 "
9744+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3 .tgz#432a51f7ba422d1469096c0fdc28e235db8f9643 "
9745+ integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg ==
97469746
97479747pretty-bytes@^5.3.0, pretty-bytes@^5.4.1:
97489748 version "5.6.0"
You can’t perform that action at this time.
0 commit comments