mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 18:13:44 +03:00
Uncomment firefox in protractor conf
This commit is contained in:
parent
d9c1bf6bb9
commit
3f04192a15
|
@ -29,7 +29,7 @@ let config = {
|
||||||
},
|
},
|
||||||
multiCapabilities: [
|
multiCapabilities: [
|
||||||
{ browserName: 'chrome' },
|
{ browserName: 'chrome' },
|
||||||
//{ browserName: 'firefox' }
|
{ browserName: 'firefox' }
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user