Skip to content

Commit 47fbfb9

Browse files
remove only
1 parent adb141c commit 47fbfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/web/smoke/database/add-db-from-welcome-page.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test
3838
await t.expect(myRedisDatabasePage.dbNameList.withExactText(ossStandaloneConfig.databaseName).exists).ok('The database not added', { timeout: 10000 });
3939
});
4040

41-
test.only('Verify that all the links are valid from Welcome page', async t => {
41+
test('Verify that all the links are valid from Welcome page', async t => {
4242
// Verify linux link
4343
await t.click(welcomePage.buildFromLinux);
4444
await t.expect(getPageUrl()).eql(linuxPage, 'Build for linux link is not valid');

0 commit comments

Comments
 (0)