aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Reenable Smoke Tests #507

Closed HaoK closed 9 years ago

HaoK commented 9 years ago

Something appears broken with the new changes and how music store was testing OAuth, OIDC failed first, and now with the latest changes, the social tests are all failing on redirects as well now

HaoK commented 9 years ago

I manually ran the scenarios on samples and redirects are working fine for MVC/identity so something about how the tests were written has regressed

HaoK commented 9 years ago

Fixed and reenabled