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 5dd2bb5 commit 7f87ab3Copy full SHA for 7f87ab3
tests/e2e/tests/testsToRunSequentially.test.js
@@ -1,12 +1,10 @@
1
const { checkUrl } = require('./url.js');
2
const { checkMetadata } = require('./title');
3
-const { registerAndLogOut } = require('./register');
4
const { startupCalls } = require('./startupCalls');
5
6
7
describe('Sequentially run tests', () => {
8
checkUrl();
9
checkMetadata();
10
- registerAndLogOut();
11
startupCalls();
12
});
0 commit comments