Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix falling test app.component.spec.ts should render title #66

Closed
ntedgi opened this issue Apr 16, 2022 · 1 comment
Closed

fix falling test app.component.spec.ts should render title #66

ntedgi opened this issue Apr 16, 2022 · 1 comment
Labels
first-timers-only Please contribute! All are welcome. hacktoberfest Hacktoberfest 2022 playground 🧩 ui application to play with algorithm

Comments

@ntedgi
Copy link
Owner

ntedgi commented Apr 16, 2022

change lines

from:

   expect(compiled.querySelector('.content span').textContent).toContain(
      'playground app is running!'
    );

to:

  expect(compiled.querySelector('.github-fork-ribbon').textContent).toContain(
      'Fork me on GitHub'
    );
@ntedgi ntedgi added hacktoberfest Hacktoberfest 2022 playground 🧩 ui application to play with algorithm labels Apr 16, 2022
@ntedgi ntedgi changed the title fix falling test app.component.spec.ts should render title fix falling test app.component.spec.ts should render title Apr 16, 2022
@ntedgi ntedgi added the first-timers-only Please contribute! All are welcome. label May 18, 2022
@4nxi0uss
Copy link
Contributor

Hi, I'd like to try this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-timers-only Please contribute! All are welcome. hacktoberfest Hacktoberfest 2022 playground 🧩 ui application to play with algorithm
Projects
None yet
Development

No branches or pull requests

2 participants