Skip to content

Commit a74817c

Browse files
run prettier
1 parent cd14117 commit a74817c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

workbench-cypress/cypress/e2e/utils/sharedTests/dbHeaders.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ const testAddDatabaseForm = newExpectationWithClickFlows(
114114
shouldFindButton("start-clone-button", false),
115115
]),
116116
newClickFlow(formatDataCy("close-modal"), [shouldNotExist("modal-title")]),
117-
newClickFlow(formatDataCy("database-selector-button"), [shouldNotExist("connection-and-database-popup")])
117+
newClickFlow(formatDataCy("database-selector-button"), [
118+
shouldNotExist("connection-and-database-popup"),
119+
]),
118120
],
119121
);
120122

0 commit comments

Comments
 (0)