Arreglar instrucciones para codigo simple para prueba de productos

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
55/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
cypress, javascript

Research direction

Open the linked BDD with Cypress documentation page and find the section about fixtures. Replace the products selector with the specified product-item selector, then review the rendered link to confirm the instruction shows the corrected code.

Written by the indexing model from the issue text.

Description

Instrucciones acá

https://booleancl.github.io/javascript-fullstack-module08/docs/02-bdd-with-cypress.html#qu%C3%A9-son-los-fixtures-

aparecen

cy.get('[data-cy="products"] li')

y deberían ser

cy.get('[data-cy="product-item"]')
Dominant language
HTML
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from booleancl/javascript-fullstack-module08

All issues in booleancl/javascript-fullstack-module08

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.