cypress-io / cypress-example-recipes

Various recipes for testing common scenarios with Cypress
https://on.cypress.io/examples
3.43k stars 1.34k forks source link

Remove Blogs table example entry 'Direct Control of AngularJS' #867

Closed MikeMcC399 closed 7 months ago

MikeMcC399 commented 8 months ago

Change

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

MikeMcC399 commented 8 months ago

CI failure is not due to this PR.

It looks like CI is not set up to run without error for a PR from a fork.

 Running command: npm run test:ci:record -- --group fundamentals__window-size

> window-size@1.0.0 test:ci:record
> ../../node_modules/.bin/cypress run --record --headless --browser chrome --group fundamentals__window-size

DevTools listening on ws://127.0.0.1:42175/devtools/browser/5c649985-8256-42d8-9337-695c9c749192
Couldn't find tsconfig.json. tsconfig-paths will be skipped
You passed the --record flag but this project has not been setup to record.

This project is missing the projectId inside of: cypress.config.js
MikeMcC399 commented 7 months ago

@AtofStryker Could you, or somebody else in the Cypress.io team, please review and merge this PR? It's a follow-up to your PR https://github.com/cypress-io/cypress-example-recipes/pull/861. Thanks!