Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular-university/angular-testing-course
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tpersaud27/angular-testing-course
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on May 8, 2023

  1. Initial

    tpersaud27 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    74ee511 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Courses service unit test

    tpersaud27 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fc756cc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Save Courses and Failed Http Reqeust

    New test cases for saving a course successfully and when a http request fails
    tpersaud27 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6ea9f19 View commit details
    Browse the repository at this point in the history
  2. Testing http requests with paramters

    Testing service get method that contains query parameters.
    tpersaud27 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1b0041a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb931b6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Testing html elements

    Added unit test for checking if a html element exists. This is done by query the DOM and by checking for the element based on the css class
    tpersaud27 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    fdf3ab8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    eefd1b1 View commit details
    Browse the repository at this point in the history
Loading