Skip to content

fix(gherkin): long text cuts off - #3936

Merged
kobenguyent merged 1 commit into
3.xfrom
3694-long-entries-in-a-data-table-are-reported-incompletely
Oct 21, 2023
Merged

fix(gherkin): long text cuts off#3936
kobenguyent merged 1 commit into
3.xfrom
3694-long-entries-in-a-data-table-are-reported-incompletely

Conversation

@kobenguyent

@kobenguyent kobenguyent commented Oct 19, 2023

Copy link
Copy Markdown
Collaborator

Motivation/Description of the PR

#language: de
Funktionalität: Faker examples

   Szenariogrundriss: Atualizar senha do usuário
        Angenommen que estou logado via REST com o usuário "<customer>"
          | protocol             | https:               |
          | hostname             | https://cucumber.io/docs/gherkin/languages/            |
Faker examples --
  Atualizar senha do usuário {"product":"{{vehicle.vehicle}}","customer":"Dr. {{name.findName}}","price":"{{commerce.price}}","cashier":"cashier 2"}
   On Angenommen: que estou logado via rest com o usuário "dr. {{name.find name}}" 
    protocol        | https:         
    hostname        | https://cucumber.io/docs/gherkin/languages/
    
Dr. {{name.findName}}
  ✔ OK in 13ms

Type of change

  • 🐛 Bug fix

Checklist:

  • Tests have been added
  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

@kobenguyent kobenguyent linked an issue Oct 19, 2023 that may be closed by this pull request
@kobenguyent
kobenguyent merged commit 01b94fd into 3.x Oct 21, 2023
@kobenguyent
kobenguyent deleted the 3694-long-entries-in-a-data-table-are-reported-incompletely branch October 21, 2023 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Long entries in a data table are reported incompletely

1 participant