Skip to content

Commit af09d55

Browse files
committed
Update database-recommendations.e2e.ts
Delete .only
1 parent d9c1d91 commit af09d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/critical-path/database-overview/database-recommendations.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fixture `Upvote recommendations`
2727
.afterEach(async() => {
2828
await deleteStandaloneDatabaseApi(ossStandaloneConfig);
2929
});
30-
test.only('Verify that user can upvote recommendations', async t => {
30+
test('Verify that user can upvote recommendations', async t => {
3131
await recommendationPage.voteForVeryUsefulAndVerifyDisabled();
3232
// Verify that user can see previous votes when reload the page
3333
await common.reloadPage();

0 commit comments

Comments
 (0)