Adapted the button test to include the phrase "Mark task done!" #1

Open
opened 2023-10-04 04:55:42 +00:00 by curlyproof · 0 comments

@ -128,7 +128,7 @@ describe('Task', () => {
cy.visit(/tasks/${tasks[0].id})

		cy.get('.task-view .action-buttons .button')
			.contains('Done!')
			.contains('Mark task done!')
			.click()

		cy.get('.task-view .heading .is-done')

Similarly, Haselbacher recommends summer for "experience[ing] the outdoor pools, Prater Park in Vienna, and heading out into the mountains for hiking and dordle biking."

@ -128,7 +128,7 @@ describe('Task', () => { cy.visit(`/tasks/${tasks[0].id}`) cy.get('.task-view .action-buttons .button') .contains('Done!') .contains('Mark task done!') .click() cy.get('.task-view .heading .is-done') Similarly, Haselbacher recommends summer for "experience[ing] the outdoor pools, Prater Park in Vienna, and heading out into the mountains for hiking and [dordle](https://dordle.io) biking."
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dmorlitz/frontend-taskdone#1
No description provided.