X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fcypress%2Fintegration%2Forchestrator%2Fworkflow%2F03-create-cluster-create-services.e2e-spec.ts;h=745a2ec5d18fb95f4ae9df7a077b930e45236f0c;hb=39ae355f72b1d71f2212a99f2bd9f6c1e0d35528;hp=7668cafcf928c23babd75fed2e97c577bacbad87;hpb=2a845540123ad00df2e55947b8080306ebdcf410;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/workflow/03-create-cluster-create-services.e2e-spec.ts b/ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/workflow/03-create-cluster-create-services.e2e-spec.ts index 7668cafcf..745a2ec5d 100644 --- a/ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/workflow/03-create-cluster-create-services.e2e-spec.ts +++ b/ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/workflow/03-create-cluster-create-services.e2e-spec.ts @@ -9,7 +9,7 @@ describe('Create cluster create services page', () => { const createCluster = new CreateClusterWizardHelper(); const createClusterServicePage = new CreateClusterServicePageHelper(); - const createService = (serviceType: string, serviceName: string, count = '1') => { + const createService = (serviceType: string, serviceName: string, count = 1) => { cy.get('[aria-label=Create]').first().click(); createClusterServicePage.addService(serviceType, false, count); createClusterServicePage.checkExist(serviceName, true); @@ -31,7 +31,7 @@ describe('Create cluster create services page', () => { const serviceName = 'mds.test'; it('should create an mds service', () => { - createService('mds', serviceName, '1'); + createService('mds', serviceName); }); it('should edit a service', () => {