Restore previously skipped tests (#2179)
This commit is contained in:
parent
4cf460f4df
commit
6788763931
1 changed files with 1 additions and 2 deletions
|
@ -183,8 +183,7 @@ describe("Realm settings events tab tests", () => {
|
||||||
realmSettingsPage.testSelectFilter();
|
realmSettingsPage.testSelectFilter();
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: Fix this test so it passes.
|
it("add locale", () => {
|
||||||
it.skip("add locale", () => {
|
|
||||||
sidebarPage.goToRealmSettings();
|
sidebarPage.goToRealmSettings();
|
||||||
|
|
||||||
cy.findByTestId("rs-localization-tab").click();
|
cy.findByTestId("rs-localization-tab").click();
|
||||||
|
|
Loading…
Reference in a new issue