Skip to content

Commit c5b2319

Browse files
committed
fix: TT-125 change tests description
1 parent 4e4b8ef commit c5b2319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/modules/time-entries/pages/time-entries.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ describe('TimeEntriesComponent', () => {
392392
expect(component.entry).toEqual(lastEntry);
393393
}));
394394

395-
it('when the data source is loaded, the entry should to have customer_name field', waitForAsync(() => {
395+
it('when the data source is loaded, the table should to show the appropriated column titles', waitForAsync(() => {
396396
component.timeEntriesDataSource$.subscribe(() => {
397397

398398
fixture.detectChanges();
@@ -423,7 +423,7 @@ describe('TimeEntriesComponent', () => {
423423
});
424424
}));
425425

426-
it('on success times entries data source charged, the entry should to have customer_name field', waitForAsync(() => {
426+
it('when the data source is loaded, the entry should to have customer_name field', waitForAsync(() => {
427427
component.timeEntriesDataSource$.subscribe(dataSource => {
428428
const entryData = dataSource.data[0];
429429

0 commit comments

Comments
 (0)