mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
make protractor tests work
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
}
|
||||
|
||||
.checkbox[aria-disabled=true] {
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
color: gray;
|
||||
|
||||
@@ -35,8 +34,3 @@
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox .item-media,
|
||||
.checkbox .item-content {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
1
src/components/checkbox/test/basic/e2e.js
Normal file
1
src/components/checkbox/test/basic/e2e.js
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
export function run() {
|
||||
}
|
||||
Reference in New Issue
Block a user