Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvelazco committed Dec 16, 2024
1 parent d616428 commit 360c79b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,6 @@ describe('DotUveToolbarComponent', () => {
it('should have persona selector', () => {
expect(spectator.query(byTestId('uve-toolbar-persona-selector'))).toBeTruthy();
});

// xit('should have workflows button', () => {
// expect(spectator.query(byTestId('uve-toolbar-workflow-actions'))).toBeTruthy();
// });
});

describe('preview', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@ const messageServiceMock = new MockDotMessageService({
Loading: 'loading'
});

// const baseUVEState = {
// $uveToolbar: signal(baseUVEToolbarState),
// setDevice: jest.fn(),
// setSocialMedia: jest.fn(),
// pageParams: signal(params),
// pageAPIResponse: signal(MOCK_RESPONSE_VTL),
// workflowActions: signal([])
// };

const pageParams = {
url: 'test-url',
language_id: '1'
Expand Down

0 comments on commit 360c79b

Please sign in to comment.