We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2cff0 commit eb2de0cCopy full SHA for eb2de0c
tests/integration/tools/atlas/clusters.test.ts
@@ -84,7 +84,7 @@ describeWithAtlas("clusters", (integration) => {
84
expect(elements).toHaveLength(2);
85
expect(elements[0]?.text).toContain("Cluster details:");
86
expect(elements[1]?.text).toContain("<untrusted-user-data-");
87
- expect(elements[1]?.text).toContain(`${clusterName} | `);
+ expect(elements[1]?.text).toContain(`${clusterName}`);
88
});
89
90
0 commit comments