Skip to content

retryTo effect passes wrong indexes into callback #5600

Description

@danielrentz
await retryTo(idx => {
  I.say(`try ${idx}`);
  I.see("nothing interesting");
}, 3);

logs

try 2
try 3
try 4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions