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 cd14117 commit a74817cCopy full SHA for a74817c
workbench-cypress/cypress/e2e/utils/sharedTests/dbHeaders.ts
@@ -114,7 +114,9 @@ const testAddDatabaseForm = newExpectationWithClickFlows(
114
shouldFindButton("start-clone-button", false),
115
]),
116
newClickFlow(formatDataCy("close-modal"), [shouldNotExist("modal-title")]),
117
- newClickFlow(formatDataCy("database-selector-button"), [shouldNotExist("connection-and-database-popup")])
+ newClickFlow(formatDataCy("database-selector-button"), [
118
+ shouldNotExist("connection-and-database-popup"),
119
+ ]),
120
],
121
);
122
0 commit comments