mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
🔨 test with FirefoxHeadless for gitlab CI
This commit is contained in:
parent
1816150c6d
commit
e089d19993
@ -33,8 +33,8 @@ module.exports = function (config) {
|
||||
colors : true,
|
||||
logLevel : config.LOG_INFO,
|
||||
autoWatch : true,
|
||||
browsers : ['Firefox'],
|
||||
singleRun : false,
|
||||
browsers : ['FirefoxHeadless'],
|
||||
singleRun : true,
|
||||
restartOnFileChange : true,
|
||||
});
|
||||
};
|
||||
|
@ -12,7 +12,7 @@ import {mockPoll3} from "../../../config/mocks/mock-poll3";
|
||||
|
||||
const routerSpy = jasmine.createSpyObj('Router', ['navigateByUrl']);
|
||||
|
||||
fdescribe('VotingChoiceComponent', () => {
|
||||
describe('VotingChoiceComponent', () => {
|
||||
let component: VotingChoiceComponent;
|
||||
let fixture: ComponentFixture<VotingChoiceComponent>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user