Browse Source

go through failing tests and mark green ones temporary - WIP

pull/4749/head
Daniel Spaude 1 year ago
parent
commit
6b743b11db
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 2
      tests/playwright/tests/language.spec.ts

2
tests/playwright/tests/language.spec.ts

@ -41,6 +41,8 @@ const langMenu = [
'zh-Hant.json',
];
// was green when run individually via .only
// on c1caef73e3e8740d9d510a5b9ba143053b6eec5f
test.describe('Common', () => {
let context: any;
let dashboard: DashboardPage;

Loading…
Cancel
Save