Use TAB API to determine when merges are blocked (#6405)

* Use TAB API to determine when merges are blocked

* Enable a test that is known to fail
This commit is contained in:
Jace Browning
2025-04-22 09:02:02 -04:00
committed by GitHub
parent c5539be814
commit f00ea4cf5e
3 changed files with 44 additions and 15 deletions

View File

@ -181,7 +181,6 @@ test.describe('Testing settings', () => {
})
test('Project and user settings can be reset', async ({ page, homePage }) => {
test.fixme(orRunWhenFullSuiteEnabled())
const u = await getUtils(page)
await test.step(`Setup`, async () => {
await page.setBodyDimensions({ width: 1200, height: 500 })