Skip to content

Commit dc5eb01

Browse files
committed
Try to fix tests
1 parent 42de337 commit dc5eb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/tests/kyma-namespace/test-hpa.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { chooseComboboxOption } from '../../support/helpers';
55
const HPA_NAME = 'test-hpa';
66
const DOCKER_IMAGE = 'nginx';
77
const DEPLOYEMENT_NAME = 'no-pod';
8-
const MIN_REPLICAS = 2;
8+
const MIN_REPLICAS = 1;
99
const MAX_REPLICAS = 3;
1010
const SCALE_TARGET_REF_KIND = 'Deployment';
1111
const SCALE_TARGET_REF_NAME = 'no-pod';
@@ -106,7 +106,7 @@ context('Test HPA', () => {
106106
.find('input')
107107
.click()
108108
.clear()
109-
.type(MIN_REPLICAS, { force: true });
109+
.type(MIN_REPLICAS);
110110

111111
cy.saveChanges('Edit');
112112
cy.inspectTab('View');

0 commit comments

Comments
 (0)