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:
@ -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 })
|
||||
|
Reference in New Issue
Block a user