Skip to content

Commit

Permalink
Merge branch 'ARC-2729-add-images-and-update-content' into ARC-2738-r…
Browse files Browse the repository at this point in the history
…efresh-functionality
  • Loading branch information
rachellerathbone committed Dec 11, 2023
2 parents a696d54 + d90a139 commit 3bfd7ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ describe('Connection Panel Suite', () => {

// TODO - add test for Connection settings - will be done when I build the new set up Jenkins screen

test('should handle server disconnection and refreshing correctly', async () => {
test('should handle server disconnection and refreshing servers correctly', async () => {
jest.spyOn(getAllJenkinsServersModule, 'getAllJenkinsServers').mockResolvedValueOnce(servers);

render(<ConnectionPanel />);
Expand Down

0 comments on commit 3bfd7ca

Please sign in to comment.