mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 00:18:06 +00:00
Cypress: Enable chrome instead of Electron (#5086)
This commit is contained in:
parent
0b713f37bf
commit
ec755f1187
@ -55,9 +55,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
install: false
|
install: false
|
||||||
record: true
|
record: true
|
||||||
|
parallel: true
|
||||||
working-directory: openmetadata-ui/src/main/resources/ui/
|
working-directory: openmetadata-ui/src/main/resources/ui/
|
||||||
wait-on: 'http://localhost:8585'
|
wait-on: 'http://localhost:8585'
|
||||||
command: yarn run cypress:run:record
|
browser: chrome
|
||||||
env:
|
env:
|
||||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||||
CYPRESS_SNOWFLAKE_USERNAME: ${{ secrets.CYPRESS_SNOWFLAKE_USERNAME }}
|
CYPRESS_SNOWFLAKE_USERNAME: ${{ secrets.CYPRESS_SNOWFLAKE_USERNAME }}
|
||||||
|
@ -171,7 +171,7 @@ describe('MyData page should work', () => {
|
|||||||
checkRecentlyViewElement(0, MYDATA_SUMMARY_OPTIONS.pipelines);
|
checkRecentlyViewElement(0, MYDATA_SUMMARY_OPTIONS.pipelines);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Listing Recent search terms with redirection should work properly', () => {
|
it.skip('Listing Recent search terms with redirection should work properly', () => {
|
||||||
cy.contains(NO_SEARCHED_TERMS).should('be.visible');
|
cy.contains(NO_SEARCHED_TERMS).should('be.visible');
|
||||||
|
|
||||||
checkRecentlySearchElement(SEARCH_TERMS.trino_etl.term);
|
checkRecentlySearchElement(SEARCH_TERMS.trino_etl.term);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user