Skip to content

Commit e9d7e4b

Browse files
committed
Intentional failure.
1 parent 10a32fd commit e9d7e4b

File tree

1 file changed

+1
-1
lines changed
  • packages/driver/src/cy/commands/actions

1 file changed

+1
-1
lines changed

packages/driver/src/cy/commands/actions/select.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const newLineRe = /\n/g
1111
export default (Commands, Cypress, cy) => {
1212
Commands.addAll({ prevSubject: 'element' }, {
1313
// TODO: any -> Partial<Cypress.SelectOptions>
14-
select (subject, valueOrTextOrIndex, options: any = {}) {
14+
select (subject, valueOrTextOrIndex, options = {}) {
1515
const userOptions = options
1616

1717
options = _.defaults({}, userOptions, {

0 commit comments

Comments
 (0)