test: Fixed user preferences tests

This commit is contained in:
tidusjar 2021-10-14 15:35:32 +01:00
commit 9ef57bba28

View file

@ -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);
})