mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 14:35:24 -07:00
Revert "test: ✅ Fixed user preferences tests"
This reverts commit 9ef57bba28
.
This commit is contained in:
parent
0e9c58d2b1
commit
29e264b521
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ streamingCountries.forEach((country) => {
|
|||
Page.profile.streamingSelectBox.click();
|
||||
Page.profile.streamingSelectBoxOption(country).click();
|
||||
|
||||
Page.profile.streamingSelectBox.should('have.attr','ng-reflect-value', country);
|
||||
|
||||
cy.wait('@countryApiSave').then((intercept) => {
|
||||
expect(intercept.request.body.code).equal(country);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue