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

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Jul 31, 2023
1 parent d83f841 commit c166e96
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ describe('DotEditPageInfoComponent', () => {
);
});

it('should have preview link', () => {
const previewLink: DebugElement = de.query(By.css('dot-preview-link'));
expect(previewLink.componentInstance.link).toBe(
'/an/url/test?language_id=1&disabledNavigateMode=true'
);
});

it('should have copy button', () => {
const button: DebugElement = de.query(By.css('dot-copy-button '));
expect(button.componentInstance.copy).toBe('http://demo.dotcms.com:9876/an/url/test');
Expand Down

0 comments on commit c166e96

Please sign in to comment.