Skip to content

Commit

Permalink
fix(frontend): rename publish button to save (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed Mar 23, 2023
1 parent d923c65 commit 56f16a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/TestActions/TestActions.tsx
Expand Up @@ -37,7 +37,7 @@ const TestActions = () => {
publish();
}}
>
Publish
Save
</Button>
</S.Container>
);
Expand Down
2 changes: 1 addition & 1 deletion web/src/providers/TestSpecs/hooks/useTestSpecsCrud.ts
Expand Up @@ -74,7 +74,7 @@ const useTestSpecsCrud = ({runId, testId, test, isDraftMode, assertionResults}:

showNotification({
type: 'success',
title: 'Your test has been published successfully',
title: 'Your test has been saved successfully',
description: 'A new test run has been generated.',
});

Expand Down

0 comments on commit 56f16a3

Please sign in to comment.