Skip to content

Commit

Permalink
Merge pull request #3511 from IgniteUI/fixing-3508-master
Browse files Browse the repository at this point in the history
test(update): Modify firstMonth selector #3508
  • Loading branch information
zdrawku authored Jan 2, 2019
2 parents 5223b84 + dd2a19c commit e7e31ae
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 e7e31ae

Please sign in to comment.