Tests needed a working copy of sssd which would not start without a
configuration. Setting enable_files_domain resolves this issue.
Resolves: rhbz#1984553
tests were triggering error about invalid locale. Need the package
installed for the testAppMenu test.
bumping release version in spec as well.
Resolves: rhbz#1984553
Need to add -y to the dnf remove epel in browser.sh test runner. Tests
were hanging on this step.
Bumping NVR for this fix as well.
Resolves: rhbz#1984553
Currently epel repo configs are using releasever which is set to 9.
This is causing dnf failures looking for a repo which doesn't exist.
We need to force releasever to 8 in order to install chromium needed for
the gating tests.
Resolves: rhbz#1984553
npm 7+ fails to install chrome-remote-interface because the package.json
dependencies do not work with newer version of npm. This is not needed
to run the tests so we move package.json out of the way before running
npm install of chrome-remote-interface.
This is blocking the resolution of the testZoomSpeedControls issue.
Resolves: rhbz#1961246