mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Update user-preferences-profile.spec.ts
This commit is contained in:
parent
4a5b7c8dc6
commit
123e641f2c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const langs = [
|
||||||
];
|
];
|
||||||
|
|
||||||
langs.forEach((l) => {
|
langs.forEach((l) => {
|
||||||
it(`Change language to ${l.code}, UI should update`, () => {
|
it.skip(`Change language to ${l.code}, UI should update`, () => {
|
||||||
cy.intercept('POST','**/language').as('langSave');
|
cy.intercept('POST','**/language').as('langSave');
|
||||||
Page.visit();
|
Page.visit();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue