Skip to content

Commit 9a79ec3

Browse files
remove only
1 parent 07d396e commit 9a79ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/web/regression/url-handling/url-handling.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fixture `Add DB from SM`
3131
.beforeEach(async() => {
3232
await databaseHelper.acceptLicenseTerms();
3333
});
34-
test.only
34+
test
3535
.page(commonUrl)('Tls dropdown', async t => {
3636
const connectUrlParams = {
3737
redisUrl: `redis://${databaseUsername}:${databasePassword}@${host}:${port}`,

0 commit comments

Comments
 (0)