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 d9c1d91 commit af09d55Copy full SHA for af09d55
tests/e2e/tests/critical-path/database-overview/database-recommendations.e2e.ts
@@ -27,7 +27,7 @@ fixture `Upvote recommendations`
27
.afterEach(async() => {
28
await deleteStandaloneDatabaseApi(ossStandaloneConfig);
29
});
30
-test.only('Verify that user can upvote recommendations', async t => {
+test('Verify that user can upvote recommendations', async t => {
31
await recommendationPage.voteForVeryUsefulAndVerifyDisabled();
32
// Verify that user can see previous votes when reload the page
33
await common.reloadPage();
0 commit comments