Skip to content

Commit

Permalink
AG-2731 AngularJS, cellRenderer callBack called too many times when d…
Browse files Browse the repository at this point in the history
…eltaRowDataMode enabled

AG-2732 AngularJs, on rowClicked, params.data has a property value appended to it.
  • Loading branch information
seanlandsman committed Mar 18, 2019
1 parent e45e4d0 commit f998e35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/ag-grid-charts-example
3 changes: 1 addition & 2 deletions packages/ag-grid-community/package.json
Expand Up @@ -8,8 +8,7 @@
"lint-fix": "tslint -p tsconfig.json -c tslint-fix.json --fix src/ts/**/*.ts",
"watchWebpack": "webpack --watch",
"build": "gulp release",
"test": "exit 0",
"test:ci": "npm run webdriver-start && npm run ci && npm run webdriver-kill",
"test": "npm run webdriver-start && npm run ci || npm run webdriver-kill",
"e2e": "protractor protractor.conf.js",
"webdriver-start": "npm run update-webdriver && webdriver-manager start --standalone --detach",
"webdriver-stop": "webdriver-manager shutdown",
Expand Down
8 changes: 7 additions & 1 deletion packages/ag-grid-community/protractor.conf.js
Expand Up @@ -3,5 +3,11 @@ exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
specs: [
'e2e/*spec.js'
]
],
capabilities: {
browserName: 'chrome',
chromeOptions: {
args: ['--headless', '--no-sandbox', '--disable-extensions', '--disable-dev-shm-usage']
}
}
};

0 comments on commit f998e35

Please sign in to comment.