public void QuandoTentoCadastrarUmaCue_SheetSemInformarOCapitulo() { TelaCadastrarCueSheetPage.Navegar(); TelaCadastrarCueSheetPage.CadastrarCueSheet(TelaCadastroDeProdutoPage.GetProduto(), TelaCadastroDeProdutoPage.GetEpisodio(), "", "11/11/2018", "GLOBONEWS", ""); }
public void QuandoQueCadastroUmaNovaCue_SheetSemImportarUmArquivoComOsItensDaCue_Sheet() { TelaCadastrarCueSheetPage.Navegar(); TelaCadastrarCueSheetPage.CadastrarCueSheet(TelaCadastroDeProdutoPage.GetProduto(), TelaCadastroDeProdutoPage.GetEpisodio(), "01", "11/11/2018", "GLOBONEWS", ""); }
public void DadoQueTenhaUmaCue_SheetDoGeneroDramaturgiaPreviamenteCadastrada() { TelaCadastroDeProdutoPage.Navegar(); TelaCadastroDeProdutoPage.CadastroDeProduto("Novela", "DRAMATURGIA SEMANAL", "4135", "Sim", "GLOBONEWS", "Atividade", "Não", "Sim"); TelaCadastroDeProdutoPage.SalvarCadastroDeProduto(); TelaCadastroDeProdutoPage.CadastrarCapituloProduto(); Thread.Sleep(2000); TelaCadastrarCueSheetPage.Navegar(); TelaCadastrarCueSheetPage.CadastrarCueSheet(TelaCadastroDeProdutoPage.GetProduto(), TelaCadastroDeProdutoPage.GetEpisodio(), "01", "11/11/2018", "GLOBONEWS", ""); TelaCadastrarCueSheetPage.ValidarPopupSemImportacao("Você não selecionou um arquivo. Deseja criar a cue-sheet mesmo assim?", "Cue-sheet cadastrada com sucesso "); TelaCadastrarCueSheetPage.ValidarCueSheetCadastrada(TelaCadastroDeProdutoPage.GetProduto(), "", "", "", ""); }
public void QuandoTentoCadastrarUmaNovaCue_Sheet(string RepriseRebatida) { TelaCadastrarCueSheetPage.Navegar(); TelaCadastrarCueSheetPage.CadastrarCueSheet(TelaCadastroDeProdutoPage.GetProduto(), TelaCadastroDeProdutoPage.GetEpisodio(), "", "11/11/2018", "GLOBONEWS", RepriseRebatida); }
public void DadoQueTenhaUmaCue_SheetDoGeneroJornalismoPreviamenteCadastrada() { TelaCadastroDeProdutoPage.Navegar(); TelaCadastroDeProdutoPage.CadastroDeProduto("Jornalismo", "JORNALISMO", "290407", "Sim", "GLOBONEWS", "7001", "Não", "Sim"); TelaCadastroDeProdutoPage.SalvarCadastroDeProduto(); TelaCadastroDeProdutoPage.CadastrarCapituloProduto(); TelaCadastrarObraEComposicaoPage.Navegar(); TelaCadastrarObraEComposicaoPage.CadastroDeObraRandomica("MUSICA COMERCIAL", "", "", "2018", "Sim", "Nacional", "", "Não", "Não", "Não", "Não"); TelaCadastrarObraEComposicaoPage.CadastrarComposicaoManualmente("50", "1"); TelaCadastrarObraEComposicaoPage.CadastrarComposicaoManualmente("50", "2"); TelaCadastrarObraEComposicaoPage.SalvarObraEComposicao(); //TelaCadastroDeProdutoPage.Navegar(); //TelaCadastroDeProdutoPage.CadastroDeProduto("Jornalismo", "JORNALISMO", // "4135", "Sim", "SPORTV", "Atividade", "Não", "Não"); //TelaCadastroDeProdutoPage.SalvarCadastroDeProduto(); //Thread.Sleep(2000); TelaCadastrarCueSheetPage.Navegar(); TelaCadastrarCueSheetPage.CadastrarCueSheet(TelaCadastroDeProdutoPage.GetProduto(), TelaCadastroDeProdutoPage.GetEpisodio(), "01", "11/11/2018", "GLOBONEWS", ""); TelaCadastrarCueSheetPage.ValidarPopupSemImportacao("Você não selecionou um arquivo. Deseja criar a cue-sheet mesmo assim?", "Cue-sheet cadastrada com sucesso "); TelaCadastrarCueSheetPage.ValidarCueSheetCadastrada(TelaCadastroDeProdutoPage.GetProduto(), "", "", "", ""); }