chore: fix issue with accessbility score not been evaluated proeprly

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-03-07 14:04:59 +01:00
parent 8dc18dc8ee
commit 6e51338a67
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -7,5 +7,4 @@ module.exports = async (browser, context) => {
await page.evaluate(() => {
localStorage.setItem('@backstage/core:SignInPage:provider', 'guest');
});
await page.goto('http://localhost:3000');
};