Skip to content

Commit c854d82

Browse files
committed
test: (Platform) approval flow unit test fixes
1 parent 43edbc1 commit c854d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/platform/src/lib/components/approval-flow/approval-flow.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class TestPlatformApprovalFlowComponent {
253253
dataSource = new TestApprovalFlowDataSource();
254254
}
255255

256-
describe('ApprovalFlowComponent', () => {
256+
fdescribe('ApprovalFlowComponent', () => {
257257
let fixture: ComponentFixture<TestPlatformApprovalFlowComponent>;
258258
let component: ApprovalFlowComponent;
259259
let host: TestPlatformApprovalFlowComponent;
@@ -295,7 +295,7 @@ describe('ApprovalFlowComponent', () => {
295295
});
296296

297297
it('should render approval flow title', () => {
298-
const titleEl = fixture.nativeElement.querySelector('.approval-flow__title');
298+
const titleEl = fixture.nativeElement.querySelector('.approval-flow__toolbar-title');
299299

300300
expect(titleEl).toBeTruthy();
301301
expect(titleEl.textContent).toEqual(TEST_APPROVAL_FLOW_TITLE);

0 commit comments

Comments
 (0)