public void DadoQueJaExistePedidoComOsMesmosDadosDaCue_Sheet(string Titulo, string Utilizacao, string Sincronismo, string Tempo)
 {
     TelaGerarPedidosDePagamentoCueSheetPage.CadastrarItemCueSheetSemFonograma(CadastrarObraEComposicaoPage.Obra, Utilizacao, Sincronismo, Tempo, "ANITTA", CadastrarObraEComposicaoPage.Autor);
     //TelaGerarPedidosDePagamentoCueSheetPage.CadastrarItemCueSheet(CadastrarObraEComposicaoPage.Obra, Utilizacao, Sincronismo, Tempo);
     TelaGerarPedidosDePagamentoCueSheetPage.ValidarPedidoCadastrado(CadastrarObraEComposicaoPage.Obra, Tempo, Utilizacao, Sincronismo, "Não");
     TelaGerarPedidosDePagamentoCueSheetPage.AprovarItemDeCueSheet(CadastrarObraEComposicaoPage.Obra);
     TelaGerarPedidosDePagamentoCueSheetPage.GerarPedidoParaItemDeCueSheet("Sim", Tempo, "Sim");
 }
 public void QuandoAlteroOsPercentuaisDosItensDeComposicaoDeUmaObraComPedidoEmAndamento(string Titulo, string Utilizacao, string Sincronismo, string Tempo, string Interprete, string LinkCueSheet, string AutorDDA)
 {
     TelaGerarPedidosDePagamentoCueSheetPage.NavegarPara(LinkCueSheet);
     TelaGerarPedidosDePagamentoCueSheetPage.CadastrarItemCueSheetSemFonograma(Titulo, Utilizacao, Sincronismo, Tempo, Interprete, AutorDDA);
     TelaGerarPedidosDePagamentoCueSheetPage.ValidarPedidoCadastrado(Titulo, Tempo, Utilizacao, Sincronismo, "Não");
     TelaGerarPedidosDePagamentoCueSheetPage.AprovarItemDeCueSheet(Titulo);
     TelaGerarPedidosDePagamentoCueSheetPage.GerarPedidoParaItemDeCueSheet("Sim", Titulo, "Sim");
 }
Esempio n. 3
0
 public void DadoQueTenhaUmItemCadastradoNaCue_Sheet()
 {
     TelaGerarPedidosDePagamentoCueSheetPage.CadastrarItemCueSheetSemFonograma(CadastrarObraEComposicaoPage.Obra, "BK – BACKGROUND", "ABERTURA", "12", "ANITTA", CadastrarObraEComposicaoPage.Autor);
     TelaGerarPedidosDePagamentoCueSheetPage.ValidarPedidoCadastrado(CadastrarObraEComposicaoPage.Obra, "12", "BK – BACKGROUND", "ABERTURA", "Não");
 }
Esempio n. 4
0
 public void QuandoCadastroUmNovoItemNaCue_Sheet()
 {
     TelaGerarPedidosDePagamentoCueSheetPage.CadastrarItemCueSheetSemFonograma("TESTE INMETRICS", "BK – BACKGROUND", "ABERTURA", "12", "ANITTA", "MARCELLE MENDONCA");
     TelaGerarPedidosDePagamentoCueSheetPage.ValidarPedidoCadastrado("TESTE INMETRICS", "12", "BK – BACKGROUND", "ABERTURA", "Não");
 }