From 0c79bca41bc19ce8630cb6ad73fd87c603ea3144 Mon Sep 17 00:00:00 2001 From: Andrew Minkin Date: Mon, 25 Sep 2023 19:38:28 +0600 Subject: [PATCH] EVEREST-203 Fixed test --- cli-tests/tests/flow/pg-operator.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli-tests/tests/flow/pg-operator.spec.ts b/cli-tests/tests/flow/pg-operator.spec.ts index 28eea39d..373116ee 100644 --- a/cli-tests/tests/flow/pg-operator.spec.ts +++ b/cli-tests/tests/flow/pg-operator.spec.ts @@ -71,6 +71,8 @@ test.describe('Everest CLI install operators', async () => { await out.outErrContainsNormalizedMany([ 'percona-xtradb-cluster-operator operator has been installed', 'everest-operator operator has been installed', + ]); + await out.outNotContains([ 'Connected Kubernetes cluster to Everest', ]); });