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 de63de4 commit 7927f6cCopy full SHA for 7927f6c
tests/e2e/tests/electron/critical-path/a-first-start-form/user-agreements-form.e2e.ts
@@ -8,7 +8,7 @@ const userAgreementDialog = new UserAgreementDialog();
8
const myRedisDatabasePage = new MyRedisDatabasePage();
9
10
// Skipped due to unworking mocs to refresh eula https://redislabs.atlassian.net/browse/RI-5868
11
-fixture.skip `Agreements Verification`
+fixture `Agreements Verification`
12
.meta({ type: 'critical_path', rte: rte.none })
13
.page(commonUrl)
14
.requestHooks(Common.mockSettingsResponse())
0 commit comments