Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit bd10205

Browse files
committed
modify test?
1 parent f87eab3 commit bd10205

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/specs/longRunningEthNodes.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ const addNode = async () => {
101101

102102
const testsForEachNode = async () => {
103103
describe('Should pass all of the eth node successfully starts syncing tests:', async () => {
104-
it('Ethereum Node screen should be displayed with syncing and stop btn', async () => {
104+
it('Ethereum Node screen should be displayed with starting and starting... btn', async () => {
105105
await expect(await $('div*=Ethereum Node')).toBeDisplayed();
106106
await expect(await $('div*=Starting')).toBeDisplayed();
107-
await expect(await $('span*=Stop')).toBeDisplayed();
107+
await expect(await $('span*=Starting...')).toBeDisplayed();
108108
// after docker containers are downloaded and the node is started, the node should be online
109109
// await expect(await $('div*=Online')).toBeDisplayed();
110110
}).timeout(120000); // wait 3 minutes for the node to download & start

0 commit comments

Comments
 (0)