ci: Fix test exclusion list in combination with other exclusions (#9277)

This commit is contained in:
Manuel
2024-08-13 22:13:19 +02:00
committed by GitHub
parent 9fd707092e
commit 9552a4cbee
42 changed files with 281 additions and 293 deletions

View File

@@ -5,7 +5,7 @@ const Auth = require('../lib/Auth');
describe('UserController', () => {
describe('sendVerificationEmail', () => {
describe('parseFrameURL not provided', () => {
it_id('61338330-eca7-4c33-8816-7ff05966f43b')('uses publicServerURL', async () => {
it_id('61338330-eca7-4c33-8816-7ff05966f43b')(it)('uses publicServerURL', async () => {
await reconfigureServer({
publicServerURL: 'http://www.example.com',
customPages: {
@@ -40,7 +40,7 @@ describe('UserController', () => {
});
describe('parseFrameURL provided', () => {
it_id('673c2bb1-049e-4dda-b6be-88c866260036')('uses parseFrameURL and includes the destination in the link parameter', async () => {
it_id('673c2bb1-049e-4dda-b6be-88c866260036')(it)('uses parseFrameURL and includes the destination in the link parameter', async () => {
await reconfigureServer({
publicServerURL: 'http://www.example.com',
customPages: {