Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
dotCMS/core#21436 Enable the bring back button (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoreras authored Jan 19, 2022
1 parent e14eaee commit 3a6b516
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

button {
margin-left: auto;
display: none;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ describe('DotContentCompareTableComponent', () => {
expect(hostComponent.changeDiff.emit).toHaveBeenCalledOnceWith(true);
});

xit('should emit bring back', () => {
it('should emit bring back', () => {
spyOn(hostComponent.bringBack, 'emit');
const button = de.query(By.css('[data-testId="table-bring-back"]'));

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a6b516

Please sign in to comment.