Skip to content

Commit

Permalink
Revert overflow:hidden for ShadowUI root (closes DevExpress#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym committed Jan 20, 2017
1 parent 0fe46d2 commit a183432
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testcafe",
"description": "Automated browser testing for the modern web development stack.",
"license": "MIT",
"version": "0.12.0",
"version": "0.12.1",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
Expand Down
2 changes: 1 addition & 1 deletion src/client/ui/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
left: 0px;
top: 0px;
margin: 0 !important;
overflow: hidden;
overflow: visible;

.layout-default();

Expand Down
2 changes: 1 addition & 1 deletion test/functional/fixtures/regression/gh-1138/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe('[Regression](GH-1138)', function () {
describe.skip('[Regression](GH-1138)', function () {
it('Test should click on target that has moved during the action', function () {
return runTests('testcafe-fixtures/index.test.js', 'Click on element bound to the right bottom corner');
});
Expand Down

0 comments on commit a183432

Please sign in to comment.