Merge pull request 'Enable e2e testing on Firefox' (#2439) from maltejur/forgejo:e2e_firefox into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2439 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
c06af395af
1 changed files with 6 additions and 7 deletions
|
@ -64,13 +64,12 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// disabled because of https://github.com/go-gitea/gitea/issues/21355
|
{
|
||||||
// {
|
name: 'firefox',
|
||||||
// name: 'firefox',
|
use: {
|
||||||
// use: {
|
...devices['Desktop Firefox'],
|
||||||
// ...devices['Desktop Firefox'],
|
},
|
||||||
// },
|
},
|
||||||
// },
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name: 'webkit',
|
name: 'webkit',
|
||||||
|
|
Loading…
Reference in a new issue