mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
Post rebase unit test fix
This commit is contained in:
@@ -317,7 +317,7 @@ describe('ManageRulesSmartComponent', () => {
|
||||
fixture.detectChanges();
|
||||
|
||||
const createButton = await loader.getHarness(
|
||||
MatSlideToggleHarness.with({ selector: `[data-automation-id="manage-rules-inheritance-toggle-button"] button` })
|
||||
MatSlideToggleHarness.with({ selector: `[data-automation-id="manage-rules-inheritance-toggle-button"]` })
|
||||
);
|
||||
expect(createButton).toBeTruthy();
|
||||
|
||||
|
Reference in New Issue
Block a user