We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24de941 commit 1baca1eCopy full SHA for 1baca1e
1 file changed
tests/specs/state-manifest.e2e.ts
@@ -3,7 +3,9 @@ import { FIXTURES, WINDOW_SIZE } from '../../wdio.shared.conf';
3
import { volViewPage } from '../pageobjects/volview.page';
4
import { openVolViewPage, writeManifestToZip } from './utils';
5
6
-describe('State file manifest.json code', () => {
+describe('State file manifest.json code', function () {
7
+ this.timeout(120_000);
8
+
9
it('has no errors loading version 5.0.1 manifest.json file ', async () => {
10
const manifestPath = path.join(
11
FIXTURES,
0 commit comments