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 07d396e commit 9a79ec3Copy full SHA for 9a79ec3
tests/e2e/tests/web/regression/url-handling/url-handling.e2e.ts
@@ -31,7 +31,7 @@ fixture `Add DB from SM`
31
.beforeEach(async() => {
32
await databaseHelper.acceptLicenseTerms();
33
});
34
-test.only
+test
35
.page(commonUrl)('Tls dropdown', async t => {
36
const connectUrlParams = {
37
redisUrl: `redis://${databaseUsername}:${databasePassword}@${host}:${port}`,
0 commit comments