Added snapshot restore smoke test to ensure the app has loaded.#39812
Conversation
💔 Build Failed |
|
eslint issues fixed in master |
|
retest |
…sitories_App_Load_Test
💔 Build Failed |
|
retest |
|
Failure had nothing to do with this test. |
💚 Build Succeeded |
|
Pinging @elastic/es-ui |
jen-huang
left a comment
There was a problem hiding this comment.
Code LGTM! This PR just needs to be updated with latest master, and there may be a few things that need to be changed after updating (see comments).
| }); | ||
|
|
||
| it('Loads the app', async () => { | ||
| const appTitle = 'Snapshot Repositories'; |
There was a problem hiding this comment.
#39193 was merged, so when this PR is updated with latest master, this should be changed to Snapshot and Restore
| const appTitleText = await pageObjects.snapshotRestore.appTitleText(); | ||
| expect(appTitleText).to.be(appTitle); | ||
|
|
||
| const repositoriesButton = await pageObjects.snapshotRestore.registerRepositoryButton(); |
There was a problem hiding this comment.
(similar to previous) #39193 was merged, which changed the default tab to Snapshots instead of Repositories. I think this assertion is still valid, because we show the register repository button on empty snapshot list as well, but might want to double check
There was a problem hiding this comment.
Yes. This assertion still works. Thanks for the thorough eye.
|
@elastic/es-ui I changed the release note flagging on this PR to |
💔 Build Failed |
|
Retest |
💚 Build Succeeded |
…sitories_App_Load_Test
💚 Build Succeeded |
…sitories_App_Load_Test
…e30/kibana into Snapshot_Repositories_App_Load_Test
💚 Build Succeeded |
…tic#39812) * Added snapshot restore smoke test to ensure the app has loaded. * Fixed linting issues. * Updated test to reflect changes to Snapshot and Restore's name. * Fixed merge update.
…) (#40459) * Added snapshot restore smoke test to ensure the app has loaded. * Fixed linting issues. * Updated test to reflect changes to Snapshot and Restore's name. * Fixed merge update.
…tic#39812) * Added snapshot restore smoke test to ensure the app has loaded. * Fixed linting issues. * Updated test to reflect changes to Snapshot and Restore's name. * Fixed merge update.
…d. (elastic#39812)" This reverts commit 95c6158.
…tic#39812) * Added snapshot restore smoke test to ensure the app has loaded. * Fixed linting issues. * Updated test to reflect changes to Snapshot and Restore's name. * Fixed merge update.
…) (#40561) * Added snapshot restore smoke test to ensure the app has loaded. * Fixed linting issues. * Updated test to reflect changes to Snapshot and Restore's name. * Fixed merge update.
Fixes #39286