Skip to content

Commit

Permalink
MARP-1561 remove console log (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy authored Nov 29, 2024
1 parent 73ffe60 commit d7d158d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -796,11 +796,9 @@ describe('ProductDetailComponent', () => {

it('should generate right text for the rate connector', () => {
const rateConnector = fixture.debugElement.query(By.css('.rate-connector-btn'));
console.log(rateConnector);
expect(rateConnector.childNodes[0].nativeNode.textContent).toContain("common.feedback.rateFeedbackForConnectorBtnLabel");

const rateConnectorEmptyText = fixture.debugElement.query(By.css('.rate-empty-text'));
console.log(rateConnectorEmptyText);
expect(rateConnectorEmptyText.childNodes[0].nativeNode.textContent).toContain("common.feedback.noFeedbackForConnectorLabel");

component.route.snapshot.params['id'] = 'cronjob';
Expand Down

0 comments on commit d7d158d

Please sign in to comment.