Skip to content

Commit

Permalink
try to enable e2e with dates
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jun 9, 2024
1 parent d3931c4 commit 3dd5540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Date.prototype.toCustomLocalDate = function() {
}
_%>

describe<%- authenticationTypeOauth2 || anyFieldIsBlobDerived || anyFieldIsDateDerived ? '.skip' : '' %>('<%= entityNameCapitalized %> Screen Tests', () => {
describe<%- authenticationTypeOauth2 || anyFieldIsBlobDerived ? '.skip' : '' %>('<%= entityNameCapitalized %> Screen Tests', () => {
beforeEach(async () => {
await reloadApp();
await loginAsUser();
Expand Down

0 comments on commit 3dd5540

Please sign in to comment.