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();
|
||||
});
|
||||
|
||||
// TODO: Fix this test so it passes.
|
||||
it.skip("add locale", () => {
|
||||
it("add locale", () => {
|
||||
sidebarPage.goToRealmSettings();
|
||||
|
||||
cy.findByTestId("rs-localization-tab").click();
|
||||
|
|
Loading…
Reference in a new issue