Skip to content

Commit bcfb3ed

Browse files
committed
fix hpa test, locally works...
1 parent 42e71cc commit bcfb3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ context('Test HPA', () => {
9999
it('Check Edit HPA', () => {
100100
cy.clickGenericListLink(HPA_NAME);
101101

102-
cy.inspectTab('Edit');
102+
cy.wait(500).inspectTab('Edit');
103103

104104
cy.getMidColumn()
105105
.get('[data-testid="spec.minReplicas"]:visible')

0 commit comments

Comments
 (0)