mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
test: ✅ Fixed user preferences tests
This commit is contained in:
parent
1ea00fed01
commit
9ef57bba28
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ 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