codeceptjs / codeceptjs/CodeceptJS

seeInField should validate if value equals not contains

Abierto
#2,271 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
4.2k
Forks
757
Merge medio
2 d 9 h
PR fusionados (30 d)
16

Descripción

from documentation https://codecept.io/helpers/Puppeteer/#seeinfield

> I.seeInField()
> Checks that the given input field or textarea equals to given value.

#### What are you trying to achieve?
I would like to test if the input value equals the expected value

#### What do you get instead?
it tests if the value is included

> Provide test source code if related

```js
// given username is 'davert'
I.seeInField('Username', 'davert'); // expected true, got true
I.seeInField('Username', 'ert'); // expected false, got true
```

### Details

* CodeceptJS version: 2.5.0
* NodeJS Version: v12.14.1
* Operating System: ubuntu
* puppeteer: 2.1.1

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.