Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE ui] Timezone override support #135

Merged
merged 6 commits into from
Jan 25, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix acceptance test
  • Loading branch information
sergiitk committed Jan 25, 2020
commit ec21c95952d56eb1ab3b3b234d9c41a5eb448e3f
2 changes: 1 addition & 1 deletion test/acceptance/oncall-PJ1P5JQ-no-end-date.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test('On-Call PJ1P5JQ: show user avatar', waitFor('.schedule'), async (t) => {

test('On-Call PJ1P5JQ: no end date in status row', waitFor('.schedule'), async (t) => {
const { pageTest } = t.context;
await pageTest.expectText('.date_start', 'From: Tuesday, Dec 25 12:00 AM');
await pageTest.expectText('.date_start', 'From: Tuesday, Dec 25 9:00 PM');
await pageTest.expectNoElements('.date_end');
});

Expand Down