@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-github-deployments': minor
|
||||
---
|
||||
|
||||
add reload button and functionality
|
||||
Add a button to reload the GitHub Deployments card
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-github-deployments",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -151,7 +151,7 @@ describe('github-deployments', () => {
|
||||
),
|
||||
);
|
||||
|
||||
const refreshButton = await rendered.findByTitle('Refresh');
|
||||
const refreshButton = await rendered.findByTitle('Reload');
|
||||
fireEvent.click(refreshButton);
|
||||
|
||||
expect(
|
||||
|
||||
Reference in New Issue
Block a user