Try to enable smoketests also on webkit

This commit is contained in:
Alex Dima 2021-11-15 22:21:38 +01:00
parent dfe35b15bb
commit 45227a089e
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
4 changed files with 6 additions and 2 deletions

View file

@ -63,7 +63,7 @@ afterEach(async () => {
await page.close();
});
describe('Smoke Test', () => {
describe(`Smoke Test '${TESTS_TYPE}'`, () => {
it('`monacoAPI` is exposed as global', async () => {
assert.strictEqual(await page.evaluate(`typeof monacoAPI`), 'object');
});