mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -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) => {
|
||||
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');
|
||||
Page.visit();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue