mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 18:52:14 +01:00
add edit modal for tasks and clients, fixes ST-233
This commit is contained in:
@@ -49,3 +49,5 @@ test('test that creating and deleting a new client via the modal works', async (
|
||||
newClientName
|
||||
);
|
||||
});
|
||||
|
||||
// TODO: Add Name Update Test
|
||||
|
||||
@@ -71,3 +71,5 @@ test('test that creating and deleting a new project via the modal works', async
|
||||
// Edit Project with billable rate
|
||||
|
||||
// Edit Project Member Billable Rate
|
||||
|
||||
// Edit Task Name
|
||||
|
||||
@@ -107,3 +107,5 @@ test('test that creating and deleting a new tag in a new project works', async (
|
||||
// Test that project task count is displayed correctly
|
||||
|
||||
// Test that active / archive / all filter works (once implemented)
|
||||
|
||||
// Test update task name
|
||||
|
||||
Reference in New Issue
Block a user