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 757fe80 commit 00f5744Copy full SHA for 00f5744
tests/e2e/tests/web/critical-path/browser/large-data.e2e.ts
@@ -88,7 +88,7 @@ test
88
await browserPage.reloadPage();
89
await browserPage.openKeyDetails(keyName);
90
await t.expect(browserPage.loadAllBtn.exists).notOk('Load All button displayed for 5000 length String key');
91
- // await t.expect(browserPage.downloadAllValueBtn.exists).notOk('Download All button displayed for 5000 length String key');
+ await t.expect(browserPage.downloadAllValueBtn.exists).notOk('Download All button displayed for 5000 length String key');
92
93
await browserPage.openKeyDetails(bigKeyName);
94
await t.expect(browserPage.editKeyValueButton.hasAttribute('disabled')).ok('Edit button not disabled for String > 5000');
0 commit comments