Skip to content

Commit

Permalink
test(update): Modify firstMonth selector #3508
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrawku committed Jan 2, 2019
1 parent 5223b84 commit dd2a19c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ describe('IgxGrid - Filtering actions', () => {
tick();
fix.detectChanges();

const firstMonth = calendar.queryAll(By.css('.igx-calendar__month'))[0];
const firstMonth = calendar.queryAll(By.css(`[class*='igx-calendar__month']`))[0];
firstMonth.nativeElement.click();
tick();
fix.detectChanges();
Expand Down

0 comments on commit dd2a19c

Please sign in to comment.