codeceptjs / codeceptjs/CodeceptJS

Using `step.retry()` with I.selectOption throws an error.

Offen
#5,130 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
stale
Vorherrschende Sprache
JavaScript
Sterne
4.2k
Forks
757
Ø Merge
2 T. 9 Std.
Gemergte PRs (30 T.)
16

Beschreibung

### 🐛 Bug Report

#### Description
Using `step.retry()` with `I.selectOption` throws an error.
According to the documentation ([Step Options](https://codecept.io/changelog/?#%F0%9F%A5%BE-step-options)), this works with `I.click`, but it doesn’t seem to work with `I.selectOption`.

Also, I noticed that `I.retry()` is deprecated, so I am unsure what the recommended way is to apply retries with `selectOption`.

---

#### 🔄 Steps to Reproduce
```js
Scenario('some test', async ({ I }) => {
I.click('something', step.retry(2));
I.selectOption('Username', 'user1', step.retry(2)); // throws error
});
```

Image

Version: 3.7.4

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.