Revert "test: Fixed user preferences tests"

This reverts commit 9ef57bba28.
This commit is contained in:
tidusjar 2021-10-15 08:16:04 +01:00
commit 29e264b521

View file

@ -45,6 +45,8 @@ streamingCountries.forEach((country) => {
Page.profile.streamingSelectBox.click(); Page.profile.streamingSelectBox.click();
Page.profile.streamingSelectBoxOption(country).click(); Page.profile.streamingSelectBoxOption(country).click();
Page.profile.streamingSelectBox.should('have.attr','ng-reflect-value', country);
cy.wait('@countryApiSave').then((intercept) => { cy.wait('@countryApiSave').then((intercept) => {
expect(intercept.request.body.code).equal(country); expect(intercept.request.body.code).equal(country);
}) })