Skip to content

Commit 29cc62d

Browse files
committed
fix: TT-178 Make URI clickable when possible
1 parent 41d4571 commit 29cc62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/reports/components/time-entries-table/time-entries-table.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('Reports Page', () => {
7979
expect(component.dtTrigger.next).toHaveBeenCalled();
8080
});
8181

82-
fit('when the uri starts with http or https it should return true and open the url in a new tab', () => {
82+
it('when the uri starts with http or https it should return true and open the url in a new tab', () => {
8383
const uriExpected = 'http://customuri.com';
8484
spyOn(component, 'isValidUri').and.returnValue(true);
8585
spyOn(window, 'open');

0 commit comments

Comments
 (0)