From 9ff5f18f13164c460bddbadb78951f00e2111bf2 Mon Sep 17 00:00:00 2001 From: Caryl Wyatt Date: Mon, 26 Jan 2026 15:43:52 -0500 Subject: [PATCH 1/2] dismiss role prompt in beforeEach when resource sharing user --- pt/web/firebird/tests/auth_resource_sharing_user.spec.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pt/web/firebird/tests/auth_resource_sharing_user.spec.js b/pt/web/firebird/tests/auth_resource_sharing_user.spec.js index 3ba58f76b..e2737faab 100644 --- a/pt/web/firebird/tests/auth_resource_sharing_user.spec.js +++ b/pt/web/firebird/tests/auth_resource_sharing_user.spec.js @@ -4,6 +4,11 @@ import fs from 'fs'; test.describe('resource_sharing_user access to ic material', () => { test.beforeEach(async ({ page }) => { await page.goto('/cgi/pt?id=test.pd_open'); + await page + .getByRole('dialog') + .filter({ has: page.getByRole('heading', { name: 'CHOOSE A ROLE' }) }) + .getByRole('button', { name: 'Close modal' }) + .click(); await page.getByRole('button', { name: 'Allow all cookies' }).click(); await page.getByRole('button', { name: 'My account' }).click(); From 210b541b63b1f8f00504ffceec6f8b34437bbd75 Mon Sep 17 00:00:00 2001 From: Caryl Wyatt Date: Wed, 28 Jan 2026 14:25:07 -0500 Subject: [PATCH 2/2] update firebird --- pt/web/firebird/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/web/firebird/package-lock.json b/pt/web/firebird/package-lock.json index 09c1e0b75..a3ddcc5c5 100644 --- a/pt/web/firebird/package-lock.json +++ b/pt/web/firebird/package-lock.json @@ -1507,7 +1507,7 @@ }, "node_modules/firebird-common": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/hathitrust/firebird-common.git#a646f24c11ddb52f02d33f208ca4d10d6b73276f", + "resolved": "git+ssh://git@github.com/hathitrust/firebird-common.git#35ea865bb1ea0bdb2bf7df8037cbce427ff86bc7", "license": "BSD-3-Clause", "dependencies": { "@popperjs/core": "^2.11.6",