fix reschedule timeline expectation
This commit is contained in:
parent
e5d4402f2c
commit
7ce8fdc4be
1 changed files with 4 additions and 0 deletions
|
|
@ -607,6 +607,10 @@ describe('set scheduling', () => {
|
|||
cy.get('.schedule-range').should('contain.text', 'Aug 10, 2026 to Aug 16, 2026')
|
||||
cy.get('[data-assignment-section="remaining"] [data-schedule-day]').then(($days) => {
|
||||
expect([...$days].map((day) => day.getAttribute('data-schedule-date'))).to.deep.equal([
|
||||
'2026-08-11',
|
||||
'2026-08-12',
|
||||
'2026-08-13',
|
||||
'2026-08-14',
|
||||
'2026-08-15',
|
||||
'2026-08-16',
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue