SAP Spartacus delivery mode continue button unit test failure analysis

The reason is that the continue button is set to disabled, so it cannot be clicked:

Therefore, we need to study the default enable state of this button:

Through testing, it is found that it is disabled by default. Therefore, before unit testing, you need to find a way to enable it.

For more original articles by Jerry, please follow the public account "Wang Zixi":

Guess you like

Origin blog.csdn.net/i042416/article/details/109094215